Mr. Diggle
Unverified contract
Proxy
Active on
Base with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Mr. Diggle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23080044 | 2 days ago | | | 0 | 0.0000020623807 | |
| 22474102 | 16 days ago | | | 0 | 0.000054371724 | |
| 22474087 | 16 days ago | | | 0 | 0.0000015162817 | |
| 22257402 | 21 days ago | | | 0 | 0.000054145505 | |
| 22257388 | 21 days ago | | | 0 | 6.9144155e-7 |
ABI
ABI objects
Getter at block 23175478
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
contractURI() view returns (string)
getBaseURICount() view returns (uint256)
0
getDefaultRoyaltyInfo() view returns (address, uint16)
(0x0000000000000000000000000000000000000000, 0)
name() view returns (string)
Mr. Diggle
nextTokenIdToMint() view returns (uint256)
2
owner() view returns (address)
0xaf62901baef02ea76eda62793bcbd66770a20bf7
symbol() view returns (string)
DGGLE
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
batchFrozen(uint256) view returns (bool)
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchMintTo(address _to, uint256[] _tokenIds, uint256[] _amounts, string _baseURI)
burn(address _owner, uint256 _tokenId, uint256 _amount)
burnBatch(address _owner, uint256[] _tokenIds, uint256[] _amounts)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol)
mintTo(address _to, uint256 _tokenId, string _tokenURI, uint256 _amount)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setOwner(address _newOwner)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
Initialized(uint8 version)
MetadataFrozen()
OwnerUpdated(address indexed prevOwner, 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)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BatchMintInvalidBatchId(uint256 index)
BatchMintInvalidTokenId(uint256 tokenId)
BatchMintMetadataFrozen(uint256 batchId)
ContractMetadataUnauthorized()
OwnableUnauthorized()
PermissionsAlreadyGranted(address account, bytes32 role)
PermissionsInvalidPermission(address expected, address actual)
PermissionsUnauthorizedAccount(address account, bytes32 neededRole)
RoyaltyExceededMaxFeeBps(uint256 max, uint256 actual)
RoyaltyInvalidRecipient(address recipient)
RoyaltyUnauthorized()
TransferDisabled()