CurioGlobes
Verified contract
Active on
Ethereum with 504 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 19 additional slots
Balances ($0.00)
No balances found for "CurioGlobes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20809644 | 2 months ago | | | 0 | 0.00083109426 | |
| 20540221 | 3 months ago | | | 0 | 0.000081866700 | |
| 20502868 | 3 months ago | | | 0 | 0.000043459769 | |
| 20276840 | 4 months ago | | | 0 | 0.00056405171 | |
| 20134951 | 5 months ago | | | 0 | 0.00029428886 | |
| 19936246 | 6 months ago | | | 0 | 0.00030480345 | |
| 19929600 | 6 months ago | | | 0 | 0.00035060114 | |
| 19670414 | 7 months ago | | | 0 | 0.00034406929 | |
| 19585590 | 7 months ago | | | 0 | 0.0014227113 | |
| 19193529 | 9 months ago | | | 0 | 0.0055145373 |
ABI
ABI objects
Getter at block 21212313
availableClaims() view returns (uint256)
4622
claimingOpen() view returns (bool)
true
frozen() view returns (bool)
false
getClaimableSupplies() view returns (uint8[32])
[0, 41, 128, 147, 42, 35, 35, 172, 178, 171, 184, 190, 172, 192, 40, 20, 41, 37, 15, 29, 144, 0, 0, 0, 0, 0, 0, 51, 27, 0, 77, 45]
owner() view returns (address)
0x5af3e0472315ec9a6e8b101c0a29da33a575bf36
paused() view returns (bool)
false
specialAvailable() view returns (bool)
true
totalTokenTypes() view returns (uint256)
40
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRecipe(uint256 tokenId) view returns (uint256[] recipe)
isApprovedForAll(address account, address operator) view returns (bool)
isStillAvailable(uint256 nonce) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
validClaim(address recipient, uint16 nonce, bytes claim) view returns (bool)
State-modifying
Events allocate(address[] recipients)
bundle(uint256[] recipe)
changeClaimSigner(address claimSignerAddress)
claim(uint256 tokenId, uint16 nonce, bytes signedClaim)
pause()
permanentlyCloseClaiming()
permanentlyFreezeMetadata()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string updatedTokenURI)
transferOwnership(address newOwner)
unbundle(uint256 tokenId)
unbundle(uint256[] tokenIds)
unpause()
withdrawEth()
withdrawForeignERC20(address tokenContract)
withdrawForeignERC721(address tokenContract, uint256 tokenId)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address claimSigner, string initialTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.