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 "Emotons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090043 | a month ago | | | 0 | 0.00030840979 | |
| 21016322 | a month ago | | | 0 | 0.00040838505 | |
| 19553386 | 8 months ago | | | 0 | 0.00044547931 | |
| 18803501 | a year ago | | | 0 | 0.00068590652 | |
| 18585299 | a year ago | | | 0 | 0.00087537553 | |
| 18585298 | a year ago | | | 0 | 0.00085027630 | |
| 18585297 | a year ago | | | 0 | 0.00086384521 | |
| 18490457 | a year ago | | | 0 | 0.0012355214 | |
| 18155358 | a year ago | | | 0 | 0.00039033259 | |
| 18096811 | a year ago | | | 0 | 0.00050139397 |
ABI
ABI objects
Getter at block 21317857
_ipfsCid() view returns (string)
QmWCwDSekiMrWTKPSe7wksvfJvNHkWoPgiLKCHxkN4m6Nc
_ipfsGateway() view returns (string)
https://ipfs.infura.io/ipfs/
_price() view returns (uint256)
30000000000000000
_requestId() view returns (uint256)
10066960400595273023466536243216248443493734615440673661257343227899550208486
_root() view returns (bytes32)
0xc09e71437e93b9e86637685a086e905cc3680be87d4b02fc83f82d98c4afda22
_secretIpfsCid() view returns (string)
QmTNQoVcFVHWoCKPWN56sVTqfPVmcsLe3xeZijHXXnYrqb
_secretLockKey() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_secretToken() view returns (uint256)
1000
owner() view returns (address)
0xd79e1024837249ecb5c83d28b33a9ecf3236d4ea
Read-only
_randomWords(uint256) view returns (uint256)
_vouchersTracker(uint256) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isClaimed(uint256 index) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burnPlaceholder(uint256 placeholderId)
finalize(uint256 supply, uint256 provenance, uint32 gasLimit)
mintPlaceholder(uint256 placeholderId)
mintPreSale(bytes32 leaf, bytes32[] proof) payable
mintPrivate(address[] recipients, uint256[] amounts)
mintPublic(uint256 amount) payable
mintSale(bytes32 leaf, bytes32[] proof, uint256 amount) payable
mintSecret(string ipfsCid)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCurrentPhase(uint8 phase)
setIpfsCid(string ipfsCid)
setIpfsGateway(string ipfsGateway)
setPrice(uint256 price)
setRoot(bytes32 root)
setSecretLockKey(bytes32 secretLockKey, uint256 secretToken)
transferOwnership(address newOwner)
withdraw(address to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(uint64 subscriptionId)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)