VerificationV0
Verified contract
Active on
Base with 649 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 31 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19878046 | 2 months ago | | | 0 | 0.0000010560762 | |
| 19780709 | 2 months ago | | | 0 | 8.3939661e-7 | |
| 19358319 | 3 months ago | | | 0 | 0.0000011184358 | |
| 18763936 | 3 months ago | | | 0 | 2.3677522e-7 | |
| 18648403 | 3 months ago | | | 0 | 0.0000015521336 | |
| 18229132 | 4 months ago | | | 0 | 5.3392667e-7 | |
| 17430099 | 4 months ago | | | 0 | 0.0000074406989 | |
| 17200248 | 4 months ago | | | 0 | 0.0000018276445 | |
| 17140964 | 4 months ago | | | 0 | 0.0000026334608 | |
| 17140773 | 4 months ago | | | 0 | 0.0000025397909 |
ABI
ABI objects
Getter at block 22932021
BASE_TOKEN_URI() view returns (string)
https://arweave.net/
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
getTypeName() view returns (string)
name() view returns (string)
COS-V0
symbol() view returns (string)
Cosigned V0 Verification
totalSupply() view returns (uint256)
648
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)
safeTransferFrom(address, address, uint256, bytes) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verifications(address owner) view returns (struct StructsVerificationData[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mint(address to, string service, uint256 timestamp)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
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(string name, string symbol, string typeName)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)