Oldeus

Verified contract

Active on Ethereum with 3,026 txns
Deployed by via 0x7256596f at 16371326
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $18.22
0xc68263fd786b20c3df0a98ba4f84b05bfab884af99cf2643f078468b1e96c539
0xbefcf1c9bcaa4259a748b52ffc29c5145c37d67288dfdd5b414b5959a6d57483
0x890f9ddf12467c3c6d39f27af8d3e1247dc44ec50475cc9c2ae423e000888d25
From
0x41dd6380358e150b8434503b2c4996dbb5056b93c2593bc3d2f26da11468e755
0xb98e72e6ed630dbebf13542389ed1fa77a9482c3bb7601e52eac1cfb7d19718e
0x7e172200cb31956808883edbfc511b21b6fefa81199a5b8f2aca648ec27fa5a8
0x094aa4653c86e41388cf654805ab0001e1f6403ec946ecbf3607a5b235437a4d
0xba66ae159673f8f29899707054c03277ba16e69074c8064b809d8e719105534d
0xda968ffcb3a3a9727d372d0617770bafba8be31a82f436a905470cd6a61705dc
0x335eabd6ecea2e02187973b451adf7062d13e4b19baef73be25939824f2a121c

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256[] tokenIds
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseUri(string baseUri_
setMintOpen(bool open
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_address originContract_string baseUri_address registry_address subscription_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(