CARV Airdrop S2: Early Staker

Verified contract

Active on Base with 40,747 txns
Deployed by via 0x853a8f6f at 20840294
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CARV Airdrop S2: Early Staker"

0xd2fe80bdd3a083eee8316ec876e43152798aa176d14466f848400632cfba92fd
0x41ce707137e554e2392dea41c4d5e7657e1100a894d0397d413cb3d602d0905b
0xe4320fd8ec54c6beb6c146515abdac8224a0bde29f4c6ed4b7044ac7591594bf
0x4aab449bed9fcabdd4e16c8b7dc0060f2dc1f63c1328ab3859a71029b71a8e9c
0x5325ace7e53391142ebc24536a094f115b2e6fe7c09855a001135e07f09ff9ab
0x9d2d047780c2abe4c78bdcfaa81dc1fdde59fdbd9322d7f27f8c379a214ed744
0x909d7838a5b75afa5bbe6c7329d9e2d6b27fa1309274a7c1b714e99edb7b5627
0x50ba1f7d78593312b07b65aceea643e51a973b3cc231ef0428582d902d2c6702
0x4c824d1d3be9f7ff24211c296f4069b35b6adcd6970c4fe07ffec4c0fff90d17
0x53029c4c49b77b31b53466fe0cd0e3b2cb9f618bceb3d2db0923e5b416e7aa83

Functions
Getter at block 22142271
AIRDROP_ROLE(view returns (bytes32)
0x3a2f235c9daaf33349d300aadff2f15078a89df81bcfdd45ba11c8f816bddc6f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
CARV Airdrop S2: Early Staker
symbol(view returns (string)
CARV-AIRDROP-S2
tokenIndex(view returns (uint256)
40071
Read-only
auth(addressview returns (bool)
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)
minted(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
transferFrom(addressaddressuint256pure 
State-modifying
approve(address touint256 tokenId
authorize(address to
claim(
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setURI(string newUri
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Authorize(address to
Claim(address touint256 tokenID
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 symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
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