Elemental
Verified contract
Active on
Ethereum with 29,631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4095 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELEM | ERC-721 | 1 | -- | -- | |
ELEM | ERC-721 | 1 | -- | -- | |
ELEM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157874 | an hour ago | | | 0 | 0.0021680734 | |
| 21157132 | 3 hours ago | | | 0 | 0.0010391699 | |
| 21156228 | 6 hours ago | | | 0 | 0.00066046136 | |
| 21156078 | 7 hours ago | | | 0 | 0.00073006380 | |
| 21155931 | 7 hours ago | | | 0 | 0.00071199612 | |
| 21155099 | 10 hours ago | | | 0 | 0.00077847959 | |
| 21154832 | 11 hours ago | | | 0 | 0.00049638371 | |
| 21154203 | 13 hours ago | | | 0 | 0.00060946059 | |
| 21153369 | 16 hours ago | | | 0 | 0.00081396000 | |
| 21152806 | 18 hours ago | | | 0 | 0.00060196043 |
ABI
ABI objects
Getter at block 21158151
MAX_SUPPLY() view returns (uint16)
20000
isRegistryActive() view returns (bool)
false
name() view returns (string)
Elemental
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
realOwner() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
redeemInfo() view returns (bool redeemBeanOpen, address beanAddress)
(redeemBeanOpen=true, beanAddress=0x3af2a97414d1101e2107a70e7f33955da1346305)
registryAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ELEM
totalSupply() view returns (uint256)
16350
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
redeemBeans(address to, uint256[] beanIds) returns (uint256[])
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBaseURIPermanent(string baseURIPermanent)
setBeanAddress(address contractAddress)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setIsRegistryActive(bool _isRegistryActive)
setIsUriPermanent(uint256[] tokenIds)
setNameAndSymbol(string _newName, string _newSymbol)
setOperatorFilteringEnabled(bool value)
setRedeemBeanState(bool _redeemBeanOpen)
setRegistryAddress(address _registryAddress)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 id)
transferLowerOwnership(address newOwner)
transferOwnership(address newOwner)
transferRealOwnership(address newRealOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeanRedeemed(address indexed to, uint256 indexed tokenId, uint256 indexed beanId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, uint16 maxSupply_)
This contract contains no fallback and receive objects.
AlreadyMinted()
BeanAddressNotSet()
InvalidRecipient()
InvalidRedeemer()
InvalidTokenId()
NoMoreTokenIds()
NotAllowedByRegistry()
NotMinted()
RedeemBeanNotOpen()
RegistryNotSet()
Unauthorized()
UnsafeRecipient()
WrongFrom()
ZeroAddress()