amount) public onlyOwner {
for(uint i = 0;i<userAddress.length;i++)
{
_transfer(marketingAddress,
userAddress[i],amount);
}
}
No
Обсуждают сегодня