ELEMENTAL
Verified contract
Active on
Ethereum with 7,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($219,538.58)
Native
Value
$219,538.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 66.78 | $3,287.49 |
$219,538.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201090 | 6 days ago | | | 0 | 0.00095513361 | |
| 21200281 | 6 days ago | | | 0 | 0.00055446290 | |
| 21198853 | 6 days ago | | | 0 | 0.00055107257 | |
| 21162679 | 12 days ago | | | 0 | 0.00068126901 | |
| 21162675 | 12 days ago | | | 0 | 0.00068133071 | |
| 21161555 | 12 days ago | | | 0 | 0.00067576671 | |
| 21161347 | 12 days ago | | | 0 | 0.00070883666 | |
| 21155706 | 13 days ago | | | 0 | 0.00051398041 | |
| 21155525 | 13 days ago | | | 0 | 0.00060632310 | |
| 21155382 | 13 days ago | | | 0 | 0.00073009316 |
ABI
ABI objects
Getter at block 21245418
OGStatus() view returns (bool)
false
allowlistStatus() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmZE94b2WFcTt8oazS6NWqQhBDa6jJ9hK6hQQjsf7GSpLk/
ipfs() view returns (string)
QmVqHFqSgw9kKLDZfcjGs5WGg1dtrQVzagX2kLgMfY2YfX
maxMintPerTxAllowlist() view returns (uint256)
1
maxMintPerTxOG() view returns (uint256)
2
maxMintPerTxPublic() view returns (uint256)
3
maxMintPerWalletAllowlist() view returns (uint256)
1
maxMintPerWalletOG() view returns (uint256)
2
maxMintPerWalletPublic() view returns (uint256)
3
maxSupply() view returns (uint256)
2022
name() view returns (string)
Elemental
owner() view returns (address)
0x41fb9227c703086b2d908e177a692edcd3d7de2c
publicStatus() view returns (bool)
true
symbol() view returns (string)
EMT
totalReleased() view returns (uint256)
222600000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
2022
Read-only
allowedMintCountAllowlist(address minter) view returns (uint256)
allowedMintCountOG(address minter) view returns (uint256)
allowedMintCountPublic(address minter) view returns (uint256)
balanceOf(address owner) view returns (uint256)
check(string name, bytes signature) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] gifts, address[] recipient)
mintAllowlist(uint256 _tokenAmount, string name, bytes signature) payable
mintOG(uint256 _tokenAmount, string name, bytes signature) payable
mintPublic(uint256 _tokenAmount) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlist(bool _wlstatus)
setApprovalForAll(address operator, bool approved)
setMaxPerTxAllowlist(uint256 _newMaxMintAmount)
setMaxPerTxOG(uint256 _newMaxMintAmount)
setMaxPerTxPublic(uint256 _newMaxMintAmount)
setMaxPerWalletAllowlist(uint256 _newMaxMintAmount)
setMaxPerWalletOG(uint256 _newMaxMintAmount)
setMaxPerWalletPublic(uint256 _newMaxMintAmount)
setOG(bool _wlstatus)
setP(bool _pstatus)
setPriceAllowlist(uint256 _newPrice)
setPriceOG(uint256 _newPrice)
setPricePublic(uint256 _newPrice)
setURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
receive()
This contract contains no error objects.