Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($18.22)
Native
Value
$18.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,644.73 |
$18.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281655 | 5 days ago | | | 0 | 0.0014897193 | |
| 21281244 | 5 days ago | | | 0 | 0.0015869669 | |
| 21208860 | 15 days ago | | | 0 | 0.00066777553 | |
| 21085184 | a month ago | | | 0 | 0.00063099321 | |
| 20715235 | 3 months ago | | | 0 | 0.00054574401 | |
| 20686498 | 3 months ago | | | 0 | 0.00025163609 | |
| 20652794 | 3 months ago | | | 0 | 0.000069387495 | |
| 20597640 | 3 months ago | | | 0 | 0.000084759738 | |
| 20558500 | 3 months ago | | | 0 | 0.000037612013 | |
| 20558451 | 3 months ago | | | 0 | 0.000038293214 |
ABI
ABI objects
Getter at block 21319154
baseUri() view returns (string)
https://metadata.oldeus.com/characters/
mintOpen() view returns (bool)
true
name() view returns (string)
Oldeus
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
originContract() view returns (address)
0xac3c15fe919f146d48e2daddfad0a3ec85d87934
owner() view returns (address)
0xf4b5ab431b1f002b6f67e930522a07bd1ca46ff2
symbol() view returns (string)
OLDEUS
totalSupply() view returns (uint256)
3825
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri_)
setMintOpen(bool open)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address originContract_, string baseUri_, address registry_, address subscription_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()