Ely Genesis Collection
Verified contract
Active on
Ethereum with 638 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 "Ely Genesis Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20786569 | 3 months ago | | | 0 | 0.00073652419 | |
| 20745916 | 3 months ago | | | 0 | 0.000071601460 | |
| 20105904 | 6 months ago | | | 0 | 0.00019752451 | |
| 19623125 | 8 months ago | | | 0 | 0.00067976318 | |
| 19282812 | 10 months ago | | | 0 | 0.0020117863 | |
| 18529781 | a year ago | | | 0 | 0.0014761686 | |
| 17877983 | a year ago | | | 0 | 0.0011728142 | |
| 17701287 | a year ago | | | 0 | 0.00066462361 | |
| 17052654 | 2 years ago | | | 0 | 0.0011755032 | |
| 16983117 | 2 years ago | | | 0 | 0.0020328498 |
ABI
ABI objects
Getter at block 21398046
MAX_SUPPLY() view returns (uint256)
500
MAX_SUPPLY_PER_ID() view returns (uint256)
100
PRICE() view returns (uint256)
50000000000000000
metadataFrozen() view returns (bool)
false
name() view returns (string)
Ely Genesis Collection
owner() view returns (address)
0xb9de499dff0410f0da6d95b0e90ea11ea6444307
purchaseable() view returns (bool)
true
symbol() view returns (string)
ELYGENESIS
totalSupplyAll() view returns (uint256)
500
transactionLimit() view returns (uint256)
3
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
totalSupply(uint256) view returns (uint8)
uri(uint256 id) view returns (string)
State-modifying
Events freezeMetadata()
purchase(uint256 amount) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newBaseUri)
setPurchaseable(bool state)
setTransactionLimit(uint256 newTransactionLimit)
transferOwnership(address newOwner)
withdrawEth()
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string uri, uint256 indexed id)
Purchaseable(bool state)
TransactionLimit(uint256 previousLimit, uint256 newLimit)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ExternalAccountOnly()
FrozenMetadata()
InsufficientValue()
InvalidPurchaseAmount()
NotOwner()
NotPurchaseable()
SoldOut()
WithdrawFail()