Elemxnts
Verified contract
Active on
Ethereum with 1,283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($0.00)
No balances found for "Elemxnts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20742161 | 3 months ago | | | 0 | 0.00019192086 | |
| 20648776 | 3 months ago | | | 0 | 0.000055488848 | |
| 20648716 | 3 months ago | | | 0 | 0.000034812063 | |
| 20648627 | 3 months ago | | | 0 | 0.000044190078 | |
| 20632931 | 3 months ago | | | 0 | 0.000043855900 | |
| 20530798 | 3 months ago | | | 0 | 0.00010568864 | |
| 20399188 | 4 months ago | | | 0 | 0.00027971077 | |
| 20398268 | 4 months ago | | | 0 | 0.00021521834 | |
| 20114680 | 5 months ago | | | 0 | 0.00030943364 | |
| 19957359 | 6 months ago | | | 0 | 0.00019015049 |
ABI
ABI objects
Getter at block 21295893
Frozen() view returns (bool)
true
isOperatorFilterRegistryRevoked() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x195e9e7c614273ea0b548d39a8bfdf3cf9613a8a591de634cbee297cf7e1595c
mintPrice() view returns (uint256)
60000000000000000
name_() view returns (string)
Elemxnts
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xe22c2f9460e76daf26411d46911b66232f4f1253
saleOpen() view returns (bool)
false
symbol_() view returns (string)
ELEMXNTS
waitlistMintPrice() view returns (uint256)
120000000000000000
waitlistSaleOpen() view returns (bool)
false
website() view returns (string)
https://ghxsts.com
Read-only
ELEMXNTS(uint256) view returns (string metadataURI, uint256 maxSupply)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getElemxnt(uint256 id) view returns (struct ElemxntsElemxnt)
hasMinted(address _address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events allowlistMint(struct ElemxntsMINT[] mintData, bytes32[] merkleProof, uint256[] ticket) payable
deleteDefaultRoyalty()
freeze()
ownerMint(address _to, struct ElemxntsMINT[] mintData)
renounceOwnership()
revokeOperatorFilterRegistry()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setWebsite(string url)
toggleSale()
toggleWaitlistSale()
transferOwnership(address newOwner)
updateDefaultRoyalty(address receiver, uint96 feeNumerator)
updateMerkleRoot(bytes32 _merkleRoot)
updateMintPrice(uint256 price)
updateOperatorFilterRegistryAddress(address newRegistry)
updateURI(uint256 id, string _uri)
updateWaitlistMintPrice(uint256 price)
waitlistMint(struct ElemxntsMINT[] mintData, bytes32[] merkleProof) payable
withdrawAll(address _to)
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
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(struct ElemxntsElemxnt[] els)
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()