DToolsCommonPass
Verified contract
Active on
Ethereum with 15,817 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 "DToolsCommonPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105684 | 22 days ago | | | 0 | 0.000074927000 | |
| 21105056 | 22 days ago | | | 0 | 0.00011843300 | |
| 21103880 | 22 days ago | | | 0 | 0.000087012000 | |
| 21102591 | 23 days ago | | | 0 | 0.00010884755 | |
| 21101233 | 23 days ago | | | 0 | 0.00034804800 | |
| 21014484 | a month ago | | | 0 | 0.00043704260 | |
| 21001175 | a month ago | | | 0 | 0.00030146996 | |
| 20982733 | a month ago | | | 0 | 0.00022947968 | |
| 20948894 | a month ago | | | 0 | 0.00022273332 | |
| 20739348 | 2 months ago | | | 0 | 0.000038672000 |
ABI
ABI objects
Getter at block 21263858
maxSupply() view returns (uint256)
20480
metadataURI() view returns (string)
https://api.dtools.org/commonpass/
name() view returns (string)
DToolsCommonPass
owner() view returns (address)
0x5fef6748d386300d1dd1e221a963aa2e0699bf67
symbol() view returns (string)
DTCP
totalSupply() view returns (uint256)
16742
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropByOwner(address[] _addresses, uint8[] _counts)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint()
mintByOwner(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxSupply(uint256 _supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()