DANKBOTS Founders Pass
Verified contract
Active on
Ethereum with 647 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 "DANKBOTS Founders Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20524106 | 3 months ago | | | 0 | 0.000035679919 | |
| 20351573 | 4 months ago | | | 0 | 0.000061389886 | |
| 19807399 | 7 months ago | | | 0 | 0.00021922597 | |
| 19782876 | 7 months ago | | | 0 | 0.00062734658 | |
| 19600447 | 8 months ago | | | 0 | 0.00049453031 | |
| 19522717 | 8 months ago | | | 0 | 0.0012797372 | |
| 19493884 | 8 months ago | | | 0 | 0.00098574488 | |
| 19493811 | 8 months ago | | | 0 | 0.0010127197 | |
| 19493801 | 8 months ago | | | 0 | 0.0011428333 | |
| 19493799 | 8 months ago | | | 0 | 0.0011098297 |
ABI
ABI objects
Getter at block 21292546
name() view returns (string)
DANKBOTS Founders Pass
owner() view returns (address)
0x3dec0708c13b543fbc6c6f34caa2e55639b0d8e5
symbol() view returns (string)
DBFP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
maxSupply(uint256) view returns (uint256)
merkleRoot(uint256) view returns (bytes32)
paused(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
totalSupply(uint256) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events mint(address _to, uint256 _id, uint256 _amount)
mintPublic(bytes32[] _merkleProof, uint256 _id) 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)
setMaxSupply(uint256 _id, uint256 _maxSupply)
setMerkleRoot(uint256 _id, bytes32 _root)
setPaused(uint256 _id, bool _paused)
setTokenURI(uint256 _id, string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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.