Tales of Dorin

Verified contract

Proxy

Active on Ethereum with 786 txns
Deployed by via 0x76b66ac0 at 15302672
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "Tales of Dorin"

0x82588fea48fae370815999a53944b6e33985f18871598cc663471e3536257cc5
0x380fae0868194f715a0b4ccf56aede784dc2fbfe51650793095a1ea38a44f8b3
0x9c15778d312bc088d605063be9ad229c61b94a01c1b2511d58c608f7b1c8ef0c
0xd8b93823e618afc199056aced52cf959176df49b5234f38c48f36b1d66e1f82d
0x127400a1ba8a394302fb9da20f85804d7131d62439dd144881d85038c4648075
0x87e3f686908417271c7a2ef28f39e318db40727ebb743e4e28911941b1fba883
From
0xf18b3a6c2958e0191e402e996f1b1e2adad7758cce620e30453e159c8379ec61
0x76eb471d635025bbf0475249170080bbb49e68b4692fc716a1fb3afdd54ba300
0xe95af6c3a278f0905a03911644770f2bd2dabc49ff1b0ecd7ea2114f8445eb1f
0xc1fdfdeae44ceaecd692f65884dab57216e904bbcec0a00d854d02f8a1129c7b

Functions
Getter at block 21414590
maxAmount(view returns (uint256)
4444
maxPerMint(view returns (uint256)
10
maxPerWallet(view returns (uint256)
10
name(view returns (string)
Tales of Dorin
owner(view returns (address)
0x00c4df8da78861c5148169033e723e7cbb9db9e3
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
TOD
totalRevenue(view returns (uint256)
0
totalSupply(view returns (uint256)
4444
treasury(view returns (address)
0x00c4df8da78861c5148169033e723e7cbb9db9e3
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(