Rods by Dru NFTs
Verified contract
Active on
Base with 38 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 "Rods by Dru NFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21409961 | 10 days ago | | | 0 | 3.3025839e-7 | |
| 21408364 | 10 days ago | | | 0 | 3.3025839e-7 | |
| 21407951 | 10 days ago | | | 0 | 3.3025839e-7 | |
| 21407301 | 10 days ago | | | 0 | 3.3025839e-7 | |
| 15320899 | 5 months ago | | | 0 | 0.000097275024 | |
| 15320707 | 5 months ago | | | 0 | 0.000097275024 | |
| 15108526 | 5 months ago | | | 0 | 0.000097275024 | |
| 15033402 | 5 months ago | | | 0 | 0.000097275024 | |
| 15033352 | 5 months ago | | | 0 | 0.000097275024 | |
| 15033287 | 5 months ago | | | 0 | 0.000097275024 |
ABI
ABI objects
Getter at block 21829795
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CUSTODIAL_WALLET() view returns (address)
0xcc568f9259d88c8c64c3f7ac84835a604fae6de8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Rods by Dru NFTs
symbol() view returns (string)
RODZ
totalCount() view returns (uint256)
38
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(uint256 tokenId, string uri)
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)
setCustodialWallet(address _custodialWallet)
setTokenUri(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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(address _adminWallet, address _custodialWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.