CARV Airdrop S2: Early Staker
Verified contract
Active on
Base with 40,747 txns
Slot
XX
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"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22142117 | 5 minutes ago | | | 0 | 7.4990479e-7 | |
| 22141701 | 19 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141681 | 20 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141656 | 21 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141626 | 22 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141603 | 22 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141583 | 23 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141562 | 24 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141523 | 25 minutes ago | | | 0 | 7.6285539e-7 | |
| 22141475 | 27 minutes ago | | | 0 | 7.6285539e-7 |
ABI
ABI objects
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(address) view returns (bool)
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)
minted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
transferFrom(address, address, uint256) pure
State-modifying
Events approve(address to, uint256 tokenId)
authorize(address to)
claim()
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address callerConfirmation)
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)
setURI(string newUri)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Authorize(address to)
Claim(address to, uint256 tokenID)
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)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
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)