Oldeus1155
Verified contract
Active on
Ethereum with 9,974 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($0.00)
No balances found for "Oldeus1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21107117 | a month ago | | | 0 | 0.00014501499 | |
| 20889273 | 2 months ago | | | 0 | 0.00036013562 | |
| 20802690 | 2 months ago | | | 0 | 0.00038931596 | |
| 20699432 | 3 months ago | | | 0 | 0.000075849752 | |
| 20397521 | 4 months ago | | | 0 | 0.000068991192 | |
| 20217610 | 5 months ago | | | 0 | 0.00018523396 | |
| 20150726 | 5 months ago | | | 0 | 0.000074063658 | |
| 20039936 | 6 months ago | | | 0 | 0.00060132435 | |
| 20005139 | 6 months ago | | | 0 | 0.00052984010 | |
| 19928743 | 6 months ago | | | 0 | 0.00028718926 |
ABI
ABI objects
Getter at block 21325108
allowlistPrice() view returns (uint64)
114000000000000000
auctionContract() view returns (address)
0x9bbfbc602c2b6b2de55b9b3b9740830f3da93a67
auctionSupply() view returns (uint16)
2284
claimOpen() view returns (bool)
true
issuer() view returns (address)
0x0871c32d6f988ac375679b5e2d8c205bf281ca21
maxSupply() view returns (uint16)
5555
mintContract() view returns (address)
0x427cfa4947cccc6db3040ab32908a7ea6d31f370
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xf4b5ab431b1f002b6f67e930522a07bd1ca46ff2
paused() view returns (bool)
false
price() view returns (uint64)
162000000000000000
reserveOpen() view returns (bool)
false
reservedSupply() view returns (uint16)
3432
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
reservations(address) view returns (uint16 count, bool claimed)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events burnMint(address from, uint256[] ids)
claim(uint256[] tokenIds, bytes signature)
devMint(address[] recipients, uint256[] quantities, uint256[] tokenIds)
renounceOwnership()
reserve(uint256 quantity, uint256 maxQuantity, bool isAllowlist, bytes signature) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setAuctionContract(address auctionContract_)
setAuctionSupply(uint16 auctionSupply_)
setClaimOpen(bool claimOpen_)
setMintContract(address mintContract_)
setPrices(uint64 price_, uint64 allowlistPrice_)
setReserveOpen(bool reserveOpen_)
setURI(string uri)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw(address to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claim(address indexed claimer, uint256 indexed quantity, uint256 indexed refund)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Reserve(address indexed reserver, uint256 indexed quantity)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string name_, string version_, string uri_, address issuer_, address auctionContract_, uint16 maxSupply_, uint16 auctionSupply_, address registry_, address subscription_)
This contract contains no fallback and receive objects.
OnlyOwner()
OperatorNotAllowed(address operator)