Dinho NFT

Verified contract

Active on Ethereum with 1,083 txns
Deployed by via 0xae53fffe at 14457231
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dinho NFT"

0xa3652c7c9f0aa12552df167940cc3bcabc311b2b3d639980f141d72489a7cc05
0xf61a85c0f39c9cea0421ae0fef322996bb7ce159fabef69f739740e31e9be6cc
0xb92ae8c57b614b0a56ec41f5fbe3fea648ac19855529285aeb63785a31eae95a
0x62fb472a10b182e6dceccc5bae6c84eb71684beb435a1bd80fb1c4e25ec32a89
0x1f09f3bc334dddb70439bb76f1c8b6a9dbfcd753ecb5ecd593c9b75a9c4de037
0x4fda462ced5511b51ab9fd9d9cc84c78f9433e80899852a670ac3e63c5578257
0x0457bdf5e029461fa0a56d04f93cb47bcb52c858da76287ce928eb710aa9e67c
0x59f68c1ac517e8e18356ec09625803521ded386ee365d913640229c6703b5fb7
0xffec5af58fcf2da9310cf35fe1cf9829eef6146f86adbd55ca8fd6b7077ba292
0xa5dcf666515b1c46a8cd400e3e20c5a5b521d45f72036a2db8b158d6b5c99a15

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
mint(address buyeruint256 _quantity
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newUri
setRevealed(
setupMinterRole(address account
setupOwnerRole(address account
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _maxSupplystring _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(