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) |
---|---|---|---|---|---|---|---|
| 17009526 | 2 years ago | | | 0 | 0.00052850479 | |
| 17009520 | 2 years ago | | | 0 | 0.00051085288 | |
| 17000874 | 2 years ago | | | 0 | 0.00094738703 | |
| 16633239 | 2 years ago | | | 0 | 0.0010168899 | |
| 16590233 | 2 years ago | | | 0 | 0.0013837103 | |
| 16590218 | 2 years ago | | | 0 | 0.0024448509 | |
| 16182397 | 2 years ago | | | 0 | 0.00073548384 | |
| 15861302 | 2 years ago | | | 0 | 0.00042800861 | |
| 15787630 | 2 years ago | | | 0 | 0.0013732095 | |
| 15784619 | 2 years ago | | | 0 | 0.0015564630 |
ABI
ABI objects
Getter at block 21325654
ERC712_VERSION() view returns (string)
1
allToken() view returns (uint256[])
[]
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)
0x11cdaaebc0016c4d0c0ff49077afcaab3ddaac934ab2d7488a94b207a6c5b5cf
getMintCount() view returns (uint256)
0
getMintPublic() view returns (bool)
true
getPaused() view returns (bool)
false
getPrice() view returns (uint256)
60000000000000000
getSingleLimit() view returns (uint256)
3000
getTotalLimit() view returns (uint256)
2500
name() view returns (string)
Element
owner() view returns (address)
0xa94bee17fd3ef69c072338e187ba9b49cc02098a
symbol() view returns (string)
ELT
totalSupply() view returns (uint256)
2500
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)
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)
setWhitelist(address _addr)
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.