Terra Nullius
Verified contract
Active on
Ethereum with 6,008 txns
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 "Terra Nullius"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243768 | 4 days ago | | | 0 | 0.00083117852 | |
| 21191291 | 11 days ago | | | 0 | 0.00077664031 | |
| 21094733 | 24 days ago | | | 0 | 0.00029225616 | |
| 21091607 | 25 days ago | | | 0 | 0.00049784032 | |
| 21089795 | 25 days ago | | | 0 | 0.00054264852 | |
| 21086658 | a month ago | | | 0 | 0.00060201993 | |
| 20763425 | 2 months ago | | | 0 | 0.00057672594 | |
| 20675261 | 3 months ago | | | 0 | 0.000052972120 | |
| 20521805 | 3 months ago | | | 0 | 0.000063792118 | |
| 20470641 | 4 months ago | | | 0 | 0.00033185340 |
ABI
ABI objects
Getter at block 21270254
name() view returns (string)
Terra Nullius
symbol() view returns (string)
TerraNullius
totalSupply() view returns (uint256)
4000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(string message)
mintMany(string[] messages)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
wrap(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.