VerificationV0

Verified contract

Active on Base with 649 txns
Deployed by via 0xc9aca75f at 13355234
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
0xad241915be9461d8227057326687324183be68a4b432668a33284cff19204ba3
0x9a23c8a824cfed7237f35d28434f5b55cd38ae0392031c8a1a185945e44253c4
0xe0339ccbb2ddf116ecfd2c6127e1c4bfa2d9396b94acb7c33cfb29de13c9b2bd
0xd9b6a2ddc322bc2e4b206b31d73caaead5e75d85750c8b4cf0d34d8a77336431
0x34f3244f77601ff255250a229632badcc92ac40bc0ce2e8cc26cb90d2d5ed43d
0xf12513cbf1db1c072ce9b1ec5b5d8a4632f34a39b75d75d4c073a7c8ffacde44
0xb129cb482b191f325b92d2baa002891f38b19635d29106cedf9a4550b7ca4e50
0xb8cd2cf0cd0752086cff3fc77102fabf37648c17a28c2dbc4c36f60aaf44544d
0xd0162db0be3eb606bffbab76bfe3c6dfd5c3ab890aa3343b2bda192115dcf919
0x81705d2b3f0d0b2bab6e3ef692c6dd7f1f45b48cb9d8a4be7c5f5646bc6dabe5

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
safeTransferFrom(addressaddressuint256bytespure 
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
verifications(address ownerview returns (struct StructsVerificationData[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address tostring serviceuint256 timestamp
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring typeName
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index