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 "Fat Tony"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498619 | 2 months ago | | | 0 | 1.2399120e-7 | |
| 15366311 | 6 months ago | | | 0 | 2.5130704e-7 | |
| 14866243 | 6 months ago | | | 0 | 0.0000012685358 | |
| 14188150 | 7 months ago | | | 0 | 0.000071297999 | |
| 14188044 | 7 months ago | | | 0 | 0.000071279676 | |
| 14174237 | 7 months ago | | | 0 | 0.000071297999 | |
| 12974402 | 8 months ago | | | 0 | 6.6901217e-7 | |
| 12974399 | 8 months ago | | | 0 | 6.6901217e-7 | |
| 12483398 | 8 months ago | | | 0 | 6.5531824e-7 | |
| 11903871 | 8 months ago | | | 0 | 6.6884097e-7 |
ABI
ABI objects
Getter at block 22944131
TOKEN_CODE() view returns (uint256)
3896785256645439130763751534402
decimals() view returns (uint8)
18
name() view returns (string)
Fat Tony
owner() view returns (address)
0xfbbf0a0a8934e2d20446d56796c0910e73a0e3f3
symbol() view returns (string)
FAT
totalSupply() view returns (uint256)
92154383999999999700000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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(uint256 initialSupply_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.