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 "Element"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14634930 | 3 years ago | | | 0 | 0.0043574218 | |
| 14633021 | 3 years ago | | | 0 | 0.0012163829 | |
| 14632796 | 3 years ago | | | 0 | 0.0089672948 | |
| 14632753 | 3 years ago | | | 0 | 0.096982320 | |
| 14632747 | 3 years ago | | | 0 | 0.088424754 | |
| 14632745 | 3 years ago | | | 0 | 0.085460742 | |
| 14632739 | 3 years ago | | | 0 | 0.086012807 | |
| 14632732 | 3 years ago | | | 0 | 0.082118065 | |
| 14632728 | 3 years ago | | | 0 | 0.083789928 | |
| 14632721 | 3 years ago | | | 0 | 0.083506439 |
ABI
ABI objects
Getter at block 21385628 allToken() view returns (uint256[])
ERC712_VERSION() view returns (string)
1
baseTokenURI() pure returns (string)
https://element-pixel.s3.ap-southeast-1.amazonaws.com/metadata/erc721/element/
contractURI() pure returns (string)
https://element-pixel.s3.ap-southeast-1.amazonaws.com/metadata/contract/element
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x1b73ce2ebb9b60c1275b9b5f344213c78cee1bde263c388f50338152ea43dade
getMintCount() view returns (uint256)
0
getMintPublic() view returns (bool)
false
getPaused() view returns (bool)
true
getPrice() view returns (uint256)
60000000000000000
getSingleLimit() view returns (uint256)
2
getTotalLimit() view returns (uint256)
2500
name() view returns (string)
Element
owner() view returns (address)
0xa94bee17fd3ef69c072338e187ba9b49cc02098a
symbol() view returns (string)
ELT
totalSupply() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getWhiteList(address _addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) pure returns (string)
State-modifying
Events addWhiteList(address _addr)
addWhiteLists(address[] accounts)
approve(address to, uint256 tokenId)
burn(uint256[] tokens) returns (bool)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintNft(uint256 num) payable
mintTo(address _to)
removeWhiteList(address _addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintAddr(address _addr)
setMintPublic(bool _status)
setPaused(bool _paused)
setPrice(uint256 _price) returns (bool)
setSingleLimit(uint256 _limit) returns (bool)
setTotalLimit(uint256 _limit) returns (bool)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawTo(uint256 amount, address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.