Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22734091 | 2 hours ago | | | 0 | 1.9658332e-7 | |
| 22733658 | 2 hours ago | | | 0 | 1.8755483e-7 | |
| 22718380 | 10 hours ago | | | 0 | 0.0000047645811 | |
| 22668394 | 2 days ago | | | 0 | 2.1737747e-7 | |
| 22651864 | 2 days ago | | | 0 | 0.000000104372451854 | |
| 22651848 | 2 days ago | | | 0 | 0.000000104543485380 | |
| 22610600 | 3 days ago | | | 0 | 4.9361754e-7 | |
| 22566882 | 4 days ago | | | 0 | 2.4702081e-7 | |
| 22550841 | 4 days ago | | | 0 | 3.3721398e-7 | |
| 22500748 | 5 days ago | | | 0 | 4.5992883e-7 |
ABI
ABI objects
Getter at block 22736957
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
_degen() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
name() view returns (string)
Degenfers
owner() view returns (address)
0x09a900eb2ff6e9aca12d4d1a396ddc9be0307661
symbol() view returns (string)
DGNFER
totalSupply() view returns (uint256)
10021
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
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)
frameMint(address to)
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
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 baseURI)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
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(string name, string symbol, address owner, string baseURI, address degen)
This contract contains no fallback and receive objects.
This contract contains no error objects.