The E.T. Experiment
Verified contract
Active on
Ethereum with 599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "The E.T. Experiment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16855207 | 2 years ago | | | 0 | 0.00087540925 | |
| 16789932 | 2 years ago | | | 0 | 0.0011961001 | |
| 16777890 | 2 years ago | | | 0 | 0.0023446228 | |
| 16702995 | 2 years ago | | | 0 | 0.00097765440 | |
| 16669420 | 2 years ago | | | 0 | 0.0022936703 | |
| 16669419 | 2 years ago | | | 0 | 0.0026295846 | |
| 16669416 | 2 years ago | | | 0 | 0.0026078260 | |
| 16360692 | 2 years ago | | | 0 | 0.00069860779 | |
| 16315733 | 2 years ago | | | 0 | 0.00083469313 | |
| 16286571 | 2 years ago | | | 0 | 0.00076453105 |
ABI
ABI objects
Getter at block 21419139
evolutionPrice() view returns (uint256)
15000000000000000
maxMintPerAddress() view returns (uint256)
3
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
The E.T. Experiment
owner() view returns (address)
0x940e0395eb288386107d8222573a84f6ed450767
paused() view returns (bool)
false
symbol() view returns (string)
E.T.
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
maxStagePopulation(uint256) view returns (uint256)
numberMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
stage(uint256) view returns (uint256)
stagePopulation(uint256) view returns (uint256)
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 approve(address to, uint256 tokenId)
evolve(uint256 tokenId, uint256 numberOfLevels) payable
freeMint(uint256 numberOfTokens)
mint(uint256 numberOfTokens) payable
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setEvolutionPrice(uint256 _evolutionPrice)
setMaxMintPerAddress(uint256 _maxMintPerAddress)
setMintPrice(uint256 _mintPrice)
setStageURI(uint256 _stage, string _cid)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawEth()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.