Ether Terrestrial
Verified contract
Active on
Ethereum with 2,815 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 "Ether Terrestrial"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18934341 | 10 months ago | | | 0 | 0.00049653088 | |
| 16762576 | 2 years ago | | | 0 | 0.0011199120 | |
| 16755398 | 2 years ago | | | 0 | 0.0012599010 | |
| 16307254 | 2 years ago | | | 0 | 0.00074776000 | |
| 16306810 | 2 years ago | | | 0 | 0.00077940218 | |
| 16302765 | 2 years ago | | | 0 | 0.00065429000 | |
| 16302532 | 2 years ago | | | 0 | 0.00076602193 | |
| 16169420 | 2 years ago | | | 0 | 0.0013399378 | |
| 16091124 | 2 years ago | | | 0 | 0.00081905956 | |
| 16052485 | 2 years ago | | | 0 | 0.00048042333 |
ABI
ABI objects
Getter at block 21158680
Discount() view returns (uint256)
17000000000000000
Mint_price() view returns (uint256)
22000000000000000
_currentTokenId() view returns (uint256)
4096
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUyXkPFrhtq1m7cFD9raPpVAmrqMK1GsjsBo3gTY6ruim/
buy3_Discount() view returns (uint256)
51000000000000000
name() view returns (string)
Ether Terrestrial
owner() view returns (address)
0x9e66374b54d9123508af27b92e6b685c83b2439c
symbol() view returns (string)
ET
totalSupply() view returns (uint256)
4096
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adopt3Discount() payable
adoptFree()
adoptMultiples(uint256 amountofTerrestrials) payable
approve(address to, uint256 tokenId)
mintMany(uint256 num, address _to)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
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.