DustMintPass
Verified contract
Active on
Ethereum with 308 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DustMintPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17546583 | a year ago | | | 0 | 0.00060256948 | |
| 16574347 | 2 years ago | | | 0 | 0.00057265467 | |
| 15658735 | 2 years ago | | | 0 | 0.00023411688 | |
| 15658231 | 2 years ago | | | 0 | 0.00023081326 | |
| 15260886 | 2 years ago | | | 0 | 0.00039334777 | |
| 15239202 | 2 years ago | | | 0 | 0.00076452384 | |
| 15227240 | 2 years ago | | | 0 | 0.0011862155 | |
| 15188466 | 2 years ago | | | 0 | 0.00025409615 | |
| 15182828 | 2 years ago | | | 0 | 0.0069190500 | |
| 14999227 | 2 years ago | | | 0 | 0.0010668227 |
ABI
ABI objects
Getter at block 21318799
maxTotal() view returns (uint256)
200
owner() view returns (address)
0x1ac0c3c00b0ac54f843732a22505330e2f4ef19e
passSaleActive() view returns (bool)
false
totalMinted() view returns (uint256)
221
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
owned(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events activatePassSale()
deactivatePassSale()
mintChip() payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ActivatePassSale()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DeactivatePassSale()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.