Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Curve NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13232599 | 8 months ago | | | 0 | 0.0000022057206 | |
| 13232583 | 8 months ago | | | 0 | 0.0000024210720 | |
| 10004623 | 10 months ago | | | 0 | 0.000000003020476832 | |
| 10003939 | 10 months ago | | | 0 | 0.000000006602753954 | |
| 10003923 | 10 months ago | | | 0 | 0.000000002761916590 | |
| 10003620 | 10 months ago | | | 0 | 0.000000032876918810 | |
| 10003539 | 10 months ago | | | 0 | 0.000000001670733428 | |
| 10003209 | 10 months ago | | | 0 | 0.000000000353610686 | |
| 10003131 | 10 months ago | | | 0 | 0.000000001760093040 | |
| 10002540 | 10 months ago | | | 0 | 0.000000001515929248 |
ABI
ABI objects
Getter at block 23220381
BATCH_SIZE_MULTIPLIER() view returns (uint8)
8
DOMAIN_SEPARATOR() view returns (bytes32)
0x60c5a2bf19bfa38c9f8c68365a24385de7b6a96a1649cefa777422e4ca91eb7c
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
FEATURE_BURNS_ON_BEHALF() view returns (uint32)
16
FEATURE_OPERATOR_PERMITS() view returns (uint32)
1024
FEATURE_OWN_BURNS() view returns (uint32)
8
FEATURE_PERMITS() view returns (uint32)
512
FEATURE_TRANSFERS() view returns (uint32)
1
FEATURE_TRANSFERS_ON_BEHALF() view returns (uint32)
2
PERMIT_FOR_ALL_TYPEHASH() view returns (bytes32)
0x47ab88482c90e4bb94b82a947ae78fa91fb25de1469ab491f4c15b9a0a2677ee
PERMIT_TYPEHASH() view returns (bytes32)
0xee2282d7affd5a432b221a559e429129347b0c19a3f102179a5fb1859eef3d29
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_OWNER_MANAGER() view returns (uint32)
4194304
ROLE_ROYALTY_MANAGER() view returns (uint32)
2097152
ROLE_TOKEN_CREATOR() view returns (uint32)
65536
ROLE_TOKEN_DESTROYER() view returns (uint32)
131072
ROLE_URI_MANAGER() view returns (uint32)
1048576
TOKEN_UID() view returns (uint256)
36526784949249088623682653648456293733281165158855137983793641431089731807279
baseURI() view returns (string)
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmU92w8iKpcaabCoyHtMg7iivWGqW2gW1hgARDtqCmJUWv
decimals() view returns (uint8)
0
features() view returns (uint256)
32417283680801687403204699858830670770158633093136630863480644912901605717998
name() view returns (string)
Curve NFT
owner() view returns (address)
0x511b96673b06c37daa18cc3dfb3920f616b49eb1
royaltyPercentage() view returns (uint16)
750
royaltyReceiver() view returns (address)
0x379e2119f6e0d6088537da82968e2a7ea178ddcf
symbol() view returns (string)
CRV
totalSupply() view returns (uint256)
1863
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getRole(address operator) view returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isOwner(address _addr) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
isTransferable(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
permitNonces(address) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
State-modifying
Events approve(address _approved, uint256 _tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _tokenId)
mintBatch(address _to, uint256 _tokenId, uint256 n)
permit(address _owner, address _operator, uint256 _tokenId, uint256 _exp, uint8 v, bytes32 r, bytes32 s)
permitForAll(address _owner, address _operator, bool _approved, uint256 _exp, uint8 v, bytes32 r, bytes32 s)
safeMint(address _to, uint256 _tokenId)
safeMint(address _to, uint256 _tokenId, bytes _data)
safeMintBatch(address _to, uint256 _tokenId, uint256 n)
safeMintBatch(address _to, uint256 _tokenId, uint256 n, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _baseURI)
setContractURI(string _contractURI)
setRoyaltyInfo(address _royaltyReceiver, uint16 _royaltyPercentage)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _owner)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BaseURIUpdated(address indexed _by, string _oldVal, string _newVal)
ContractURIUpdated(address indexed _by, string _value)
OwnerUpdated(address indexed _by, address indexed _oldVal, address indexed _newVal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleUpdated(address indexed operator, uint256 requested, uint256 assigned)
RoyaltyInfoUpdated(address indexed _by, address indexed _receiver, uint16 _percentage)
TokenURIUpdated(address indexed _by, uint256 _tokenId, string _oldVal, string _newVal)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.