Element Genesis
Verified contract
Active on
Ethereum with 4,022 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 "Element Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286590 | 3 hours ago | | | 0 | 0.00067948371 | |
| 21276159 | 2 days ago | | | 0 | 0.00045434837 | |
| 21275471 | 2 days ago | | | 0 | 0.00079729330 | |
| 21273890 | 2 days ago | | | 0 | 0.00076613243 | |
| 21272763 | 2 days ago | | | 0 | 0.00069354784 | |
| 21272762 | 2 days ago | | | 0 | 0.0010406645 | |
| 21272728 | 2 days ago | | | 0 | 0.0011575522 | |
| 21272720 | 2 days ago | | | 0 | 0.00099559089 | |
| 21272690 | 2 days ago | | | 0 | 0.0011371109 | |
| 21261938 | 4 days ago | | | 0 | 0.00031148240 |
ABI
ABI objects
Getter at block 21287582
MAX_SUPPLY() view returns (uint256)
2500
MINTER() view returns (address)
0x4cc4752155877f4333f25bb9a6f8880567ee1231
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
lockingOpen() view returns (bool)
false
maxLockingPeriod() view returns (uint256)
31536000
maxMintAmountPerUser() view returns (uint256)
2
minLockingPeriod() view returns (uint256)
604800
name() view returns (string)
Element Genesis
owner() view returns (address)
0x90284230d4796d307f9cc4a8d139867bd749be61
symbol() view returns (string)
ELEG
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isLocking(uint256 tokenId) view returns (bool)
lockingTokens(uint256) view returns (uint64 startedAt, uint64 period)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userMinted(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
lockTokens(uint256[] tokenIds, uint256[] periods)
renounceOwnership()
safeMint(address to, uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setLockingOpen(bool open)
setMaxMintAmountPerUser(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Locked(uint256 indexed tokenId, address owner, uint256 startedAt, uint256 period)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address minter)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)