GrannysDispensary
Verified contract
Active on
Ethereum with 571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b4b…d8ed
0x4b4b…d8ed
0x0c6f…75d8
Balances ($0.00)
No balances found for "GrannysDispensary"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678911 | 3 months ago | | | 0 | 0.000090070034 | |
| 20657065 | 3 months ago | | | 0 | 0.000041533600 | |
| 20657028 | 3 months ago | | | 0 | 0.000041533600 | |
| 20656911 | 3 months ago | | | 0 | 0.000041533600 | |
| 20559138 | 3 months ago | | | 0 | 0.000024064128 | |
| 20136047 | 5 months ago | | | 0 | 0.00017560383 | |
| 19865671 | 6 months ago | | | 0 | 0.000094616635 | |
| 19651927 | 7 months ago | | | 0 | 0.00056113899 | |
| 19505162 | 8 months ago | | | 0 | 0.00098689507 | |
| 19397728 | 9 months ago | | | 0 | 0.0023022377 |
ABI
ABI objects
Getter at block 21270119
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
baseURI() view returns (string)
https://metadata.artie.com/dispensary/
contractURI() view returns (string)
https://metadata.artie.com/dispensary/contract
owner() view returns (address)
0xe2a7f3adb39c5b11acb35c02a80ea977d67e1ebc
paused() view returns (bool)
false
royaltyAddress() view returns (address)
0x4b4ba0c907800cc85c5bf8e5cd94ff22000ed8ed
royaltyPercentBp() view returns (uint24)
0
tokenURIRenderer() view returns (address)
0x0c6f8e66f45f68bee889790e3bc9dfc5380c75d8
withdrawalAddress() view returns (address)
0x4b4ba0c907800cc85c5bf8e5cd94ff22000ed8ed
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
burnApprovals(uint256, address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events approveBurner(address burner, uint256 tokenId)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
grantRole(bytes32 role, address account)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeBurner(address burner, uint256 tokenId)
revokeRole(bytes32 role, address account)
safeBatchMint(address to, uint256[] ids, uint256[] amounts, bytes data)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeBurn(address holder, uint256 tokenId, uint256 value)
safeMint(address to, uint256 id, uint256 amount, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setRoyalties(uint24 value)
setRoyaltyAddress(address _royaltyAddress)
setTokenURIRenderer(address _tokenURIRenderer)
setURI(string _uri)
setWithdrawalAddress(address givenWithdrawalAddress)
transferOwnership(address newOwner)
unpause()
withdrawEth()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BatchMint(address to, uint256[] ids, uint256[] amounts, bytes data)
Mint(address to, uint256 id, uint256 amount, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
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)
Unpaused(address account)
constructor(string _uri, string _contractURI, address _tokenURIRenderer, address _withdrawAddress, address _royaltyAddress, uint24 _royaltyPercentBp)
This contract contains no fallback and receive objects.
This contract contains no error objects.