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 "MUSH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17363666 | a year ago | | | 0 | 0.0040285918 | |
| 17359688 | a year ago | | | 0 | 0.0020659477 | |
| 17359621 | a year ago | | | 0 | 0.0012077281 | |
| 17359610 | a year ago | | | 0 | 0.0012000537 | |
| 17359253 | a year ago | | | 0 | 0.0013676634 | |
| 17359208 | a year ago | | | 0 | 0.0017490332 | |
| 17359161 | a year ago | | | 0 | 0.0068661762 | |
| 17359146 | a year ago | | | 0 | 0.0014659615 | |
| 17359141 | a year ago | | | 0 | 0.0015072178 | |
| 17359107 | a year ago | | | 0 | 0.0092671052 |
ABI
ABI objects
Getter at block 21217620
decimals() view returns (uint8)
18
name() view returns (string)
MUSH
owner() view returns (address)
0xc87f5196d6a443943057e517ff5ec61ed8d0071c
symbol() view returns (string)
MUSH
totalSupply() view returns (uint256)
1111000000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMUSH(address _mush_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantMUSH(address[] _mush_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proceedMUSH(address[] _mush_)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.