This contract is being backfilled. You may encounter incomplete storage history.

Mutant Tiny Dinos

Verified contract

Implementation

Active on Ethereum with 78 txns
Deployed by via 0xea1eb8a4 at 14783992
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 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
11 additional variables

No balances found for "Mutant Tiny Dinos"

0x31e1d180aaf114e7a8f0bbed2e7ecf4c329fc27e5882f678970a6301522bf20f
0x58bac0b1cacf8aa1c404479d6e31d0ad616f9cf2799259d8c88c15d3a16aeefb
0x7f4cfe9865ecfc407a0b7349168d4b4ffefdd72e1a25134ee645444f5f2295a4
0x43218dfc964bb79ba0e9f34f689b79ff479fe34a85e9ce433e6b1394ecc5ef4c
0x3ab45972702d635809e6c763e53a4dff10624f35c0c4015bee9d435fb32e943e
From
0xa133828fd7e3f2b4480da7a52198cc7ada231217a779c64340fbf5df12c5a77c
0x19f0e9522ebdfa0256e6f6cbe8ddfe1beb4a5894553ebe6e9bc155e8abbb690a
0x3ba93f49b57207bb54a90925721990767c0cabc6fff934f6fae1084507865c66
0x629a20a289621cf83ee1c09ac817e72d19692e578fa19ca72b2c03f14cbf3345
0xb2f40e0340fa2060a174c66ce0b52a2a3406858cc5f5135d842bf359644306bd

Functions
Getter at block 20810606
cost(view returns (uint256)
5000000000000000
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xfcbe6Aa94CfB20c65e15D6B0C78e1E5Ff4db3210, 0x0468C8d4e517C37267aA1DbF307350FFC996CBcB], [0, 0, 1000])
maxPerMint(view returns (uint32)
10000
maxPerWallet(view returns (uint32)
10000
name(view returns (string)
Mutant Tiny Dinos
open(view returns (bool)
true
owner(view returns (address)
0x0468c8d4e517c37267aa1dbf307350ffc996cbcb
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
51
symbol(view returns (string)
MTDINO
totalSupply(view returns (uint256)
10000
Read-only
affiliatesOf(address ownerview returns (uint256)
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 (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(