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 "UFO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19840937 | 6 months ago | | | 0 | 0.00043557154 | |
| 17278728 | 2 years ago | | | 0 | 0.0015944516 | |
| 17278718 | 2 years ago | | | 0 | 0.0025434339 | |
| 17278671 | 2 years ago | | | 0 | 0.0019503798 | |
| 17278668 | 2 years ago | | | 0 | 0.0019630928 | |
| 17278666 | 2 years ago | | | 0 | 0.0039206288 | |
| 17278665 | 2 years ago | | | 0 | 0.0021847217 | |
| 17278664 | 2 years ago | | | 0 | 0.0022903241 | |
| 17278663 | 2 years ago | | | 0 | 0.0022043640 | |
| 17278659 | 2 years ago | | | 0 | 0.0022196735 |
ABI
ABI objects
Getter at block 21228973
decimals() view returns (uint8)
18
name() view returns (string)
UFO
owner() view returns (address)
0x917ac424033812e40721c717ea935a5028fc8ffe
symbol() view returns (string)
UFO
totalSupply() view returns (uint256)
21000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
toggleBlacklist(address _address, bool _blacklist)
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.