ELEMENTOR
Verified contract
Active on
Ethereum with 1,104 txns
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 "ELEMENTOR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19707342 | 7 months ago | | | 0 | 0.00031119409 | |
| 18903963 | 10 months ago | | | 0 | 0.00055663712 | |
| 18177516 | a year ago | | | 0 | 0.00087755324 | |
| 17549729 | a year ago | | | 0 | 0.00059881415 | |
| 17547318 | a year ago | | | 0 | 0.00063931515 | |
| 17546849 | a year ago | | | 0 | 0.00039414955 | |
| 17544652 | a year ago | | | 0 | 0.00061171103 | |
| 17544448 | a year ago | | | 0 | 0.00071072924 | |
| 17544446 | a year ago | | | 0 | 0.00070758534 | |
| 17544422 | a year ago | | | 0 | 0.00075192633 |
ABI
ABI objects
Getter at block 21187287
cost() view returns (uint256)
1000000000000000
freeAmount() view returns (uint256)
4
hiddenMetadataUrl() view returns (string)
isRevealed() view returns (bool)
true
maxFreeSupply() view returns (uint256)
3000
maxPerWallet() view returns (uint256)
18
maxSupply() view returns (uint256)
4443
name() view returns (string)
ELEMENTOR
owner() view returns (address)
0x66a68c4de9acd5b90b35f882a250e00b96ddff06
pause() view returns (bool)
false
symbol() view returns (string)
ELEMENTOR
totalSupply() view returns (uint256)
4443
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURL)
setCost(uint256 _newCost)
setFreeAmount(uint256 _newAmt)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()