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 "Fair NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103790 | a month ago | | | 0 | 0.000086248864 | |
| 17503621 | a year ago | | | 0 | 0.00038058564 | |
| 17500788 | a year ago | | | 0 | 0.0018045831 | |
| 17499953 | a year ago | | | 0 | 0.00077380687 | |
| 17499549 | a year ago | | | 0 | 0.00088235778 | |
| 17497854 | a year ago | | | 0 | 0.00059989790 | |
| 17496073 | a year ago | | | 0 | 0.00068289070 | |
| 17493367 | a year ago | | | 0 | 0.0021313892 | |
| 17493298 | a year ago | | | 0 | 0.0029217478 | |
| 17493183 | a year ago | | | 0 | 0.0028991406 |
ABI
ABI objects
Getter at block 21320803
decimals() pure returns (uint8)
18
name() view returns (string)
Fair NFT
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FNFT
tokensBurnt() view returns (uint256)
680000000000000000000000000000
totalSupply() view returns (uint256)
320000000000000000000000000000
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)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
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.