Mint Passes: Dissected Toadz -- Commission Passes
Verified contract
Active on
Ethereum with 505 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
5 additional
variables
Balances ($0.00)
No balances found for "Mint Passes: Dissected Toadz -- Commission Passes"
Transactions
ABI
ABI objects
Getter at block 21288194
baseURI() view returns (string)
ipfs://QmcY1T5yHMMe3p7BHXbugEWLgkDBZuL9h9Bbhqhft4REtW/
contractURI() view returns (string)
maxTokensAcidWash() view returns (uint256)
40
maxTokensAnimated() view returns (uint256)
200
maxTokensCenterCut() view returns (uint256)
120
maxTokensCorrosive() view returns (uint256)
80
maxTokensPassthrough() view returns (uint256)
190
maxTokensSpecial() view returns (uint256)
215
maxTokensTriCut() view returns (uint256)
160
name() view returns (string)
Mint Passes: Dissected Toadz -- Commission Passes
onlyWhitelisted() view returns (bool)
false
openMint() view returns (bool)
true
owner() view returns (address)
0x31f5c3325601025b532c0833ae1a3ac7832aca71
symbol() view returns (string)
DTOADZ
tokenCountAcidWash() view returns (uint256)
41
tokenCountAnimated() view returns (uint256)
201
tokenCountCenterCut() view returns (uint256)
121
tokenCountCorrosive() view returns (uint256)
81
tokenCountPassthrough() view returns (uint256)
191
tokenCountSpecial() view returns (uint256)
201
tokenCountTriCut() view returns (uint256)
161
tokenPriceAcidWash() view returns (uint256)
100000000000000000
tokenPriceAnimated() view returns (uint256)
1000000000000000000
tokenPriceCenterCut() view returns (uint256)
300000000000000000
tokenPriceCorrosive() view returns (uint256)
200000000000000000
tokenPricePassthrough() view returns (uint256)
700000000000000000
tokenPriceSpecial() view returns (uint256)
0
tokenPriceTriCut() view returns (uint256)
500000000000000000
totalSupply() view returns (uint256)
215
withdrawAddress() view returns (address)
0x31f5c3325601025b532c0833ae1a3ac7832aca71
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistedAddresses(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
flipMintState()
flipWhitelistedState()
mintPublicAcidWash() payable
mintPublicAnimated() payable
mintPublicCenterCut() payable
mintPublicCorrosive() payable
mintPublicPassthrough() payable
mintPublicTriCut() payable
mintSpecial()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setContractURI(string contractURI_)
setWithdrawAddress(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.