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 "Donald Trunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23847316 | 13 hours ago | | | 0 | 5.1108229e-7 | |
| 23847293 | 13 hours ago | | | 0 | 5.1108229e-7 | |
| 23847191 | 13 hours ago | | | 0 | 0.0000018599682 | |
| 23845107 | 14 hours ago | | | 0 | 4.7684068e-7 | |
| 23792861 | 2 days ago | | | 0 | 8.9621322e-7 | |
| 23763088 | 2 days ago | | | 0 | 6.9076940e-7 | |
| 23759481 | 3 days ago | | | 0 | 4.6912431e-7 | |
| 23728300 | 3 days ago | | | 0 | 1.4657001e-7 | |
| 23725722 | 3 days ago | | | 0 | 1.5376035e-7 | |
| 23704345 | 4 days ago | | | 0 | 8.9644546e-7 |
ABI
ABI objects
Getter at block 23869950
INITIAL_SUPPLY() view returns (uint256)
800000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Donald Trunk
symbol() view returns (string)
TRUNK
totalSupply() view returns (uint256)
800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setGenFunction(address account, bool isGenFunction)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
GenFunctionUpdated(address indexed account, bool isGenFunction)
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.