Dinho NFT
Verified contract
Active on
Ethereum with 1,083 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 "Dinho NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20877167 | a month ago | | | 0 | 0.00019617414 | |
| 20877154 | a month ago | | | 0 | 0.00020614832 | |
| 20877148 | a month ago | | | 0 | 0.00022490154 | |
| 20877146 | a month ago | | | 0 | 0.00039989525 | |
| 20873381 | a month ago | | | 0 | 0.00061656097 | |
| 20721580 | 2 months ago | | | 0 | 0.00030739738 | |
| 20713444 | 2 months ago | | | 0 | 0.00062527479 | |
| 20658581 | 2 months ago | | | 0 | 0.000056824331 | |
| 20658575 | 2 months ago | | | 0 | 0.000056335047 | |
| 20658573 | 2 months ago | | | 0 | 0.000057829727 |
ABI
ABI objects
Getter at block 21161367
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
getMaxSupply() view returns (uint256)
10010
name() view returns (string)
Dinho NFT
owner() view returns (address)
0xf0e81923f29b7c64431a5a3ae3b103e4c0917850
revealed() view returns (bool)
true
symbol() view returns (string)
Dinho
totalMinted() view returns (uint256)
2224
totalSupply() view returns (uint256)
2224
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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 approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address buyer, uint256 _quantity)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newUri)
setRevealed()
setupMinterRole(address account)
setupOwnerRole(address account)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()