Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Wasao"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285472 | 2 hours ago | | | 0 | 0.00040384048 | |
| 21279728 | a day ago | | | 0 | 0.00084285752 | |
| 21279126 | a day ago | | | 0 | 0.00058596721 | |
| 21278585 | a day ago | | | 0 | 0.00080660458 | |
| 21278570 | a day ago | | | 0 | 0.00076144281 | |
| 21278515 | a day ago | | | 0 | 0.00084860490 | |
| 21278480 | a day ago | | | 0 | 0.00053715290 | |
| 21278234 | a day ago | | | 0 | 0.00051236213 | |
| 21278221 | a day ago | | | 0 | 0.00058143139 | |
| 21278217 | a day ago | | | 0 | 0.00053517204 |
ABI
ABI objects
Getter at block 21286092
buyFeePercentage() view returns (uint256)
0
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0x61ca9557b053317ee81756ce7c6d5f9fbc92292c
name() view returns (string)
Wasao
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFeePercentage() view returns (uint256)
0
symbol() view returns (string)
WASAO
tokenMintSupply() view returns (uint256)
999999999
totalSupply() view returns (uint256)
999999999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setBuyFeePercentage(uint256 _newBuyFeePercentage)
setFeeRecipient(address _newRecipient)
setSellFeePercentage(uint256 _newSellFeePercentage)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeePercentageChanged(uint256 oldFee, uint256 newFee)
FeeRecipientChanged(address indexed oldRecipient, address indexed newRecipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeePercentageChanged(uint256 oldFee, uint256 newFee)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)