Earth OnChain
Verified contract
Active on
Ethereum with 11,497 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Earth OnChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090448 | a month ago | | | 0 | 0.00026503576 | |
| 20360253 | 4 months ago | | | 0 | 0.000082344847 | |
| 20200753 | 5 months ago | | | 0 | 0.000077141529 | |
| 19713648 | 7 months ago | | | 0 | 0.00047087322 | |
| 19598769 | 8 months ago | | | 0 | 0.00031976727 | |
| 19595195 | 8 months ago | | | 0 | 0.00032243766 | |
| 18998980 | 10 months ago | | | 0 | 0.0011545948 | |
| 18490684 | a year ago | | | 0 | 0.00058292132 | |
| 18318760 | a year ago | | | 0 | 0.00027110457 | |
| 18155762 | a year ago | | | 0 | 0.00040527460 |
ABI
ABI objects
Getter at block 21281536
LICENSE_TEXT() view returns (string)
MIT
MAX_LAT() view returns (uint256)
90
MAX_LONG() view returns (uint256)
180
MAX_NFT() view returns (uint256)
10000
baseURI() view returns (string)
enforceOnePerWallet() view returns (bool)
false
name() view returns (string)
Earth OnChain
nftReserve() view returns (uint256)
80
owner() view returns (address)
0xefaad7447793a9313db681b90528f583a7502380
saleIsActive() view returns (bool)
true
symbol() view returns (string)
EOC
tokenLicense() pure returns (string)
MIT
totalSupply() view returns (uint256)
10000
Read-only
Minted(address) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _id) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipEnforceOnePerWallet()
flipSaleState()
mintNFT() payable
renounceOwnership()
reserveNft(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.