First Ever NFT
Verified contract
Active on
Ethereum with 1,017 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "First Ever NFT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098044 | 16 days ago | | | 0 | 0.00018155107 | |
| 21052274 | 22 days ago | | | 0 | 0.00040735299 | |
| 20672157 | 2 months ago | | | 0 | 0.00010808555 | |
| 20670846 | 2 months ago | | | 0 | 0.00059667324 | |
| 20530087 | 3 months ago | | | 0 | 0.00037705214 | |
| 20389085 | 4 months ago | | | 0 | 0.000091735319 | |
| 20310600 | 4 months ago | | | 0 | 0.00015988226 | |
| 20308336 | 4 months ago | | | 0 | 0.00047240100 | |
| 20268394 | 4 months ago | | | 0 | 0.00020446118 | |
| 20051801 | 5 months ago | | | 0 | 0.00063001200 |
ABI
ABI objects
Getter at block 21213234
decimals() view returns (uint256)
18
name() view returns (string)
First Ever NFT
symbol() view returns (string)
FEN
totalSupply() view returns (uint256)
10000000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
balanceOf(address owner) returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.