Fuzzle Space Cases
Verified contract
Active on
Ethereum with 16,236 txns
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 "Fuzzle Space Cases"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106631 | 8 days ago | | | 0 | 0.00013832190 | |
| 20955833 | a month ago | | | 0 | 0.00022360663 | |
| 20954352 | a month ago | | | 0 | 0.00038543796 | |
| 20883294 | a month ago | | | 0 | 0.00017921544 | |
| 20883287 | a month ago | | | 0 | 0.00019299776 | |
| 20697612 | 2 months ago | | | 0 | 0.00011137235 | |
| 20655361 | 2 months ago | | | 0 | 0.000029120400 | |
| 20640322 | 2 months ago | | | 0 | 0.000091523785 | |
| 20565248 | 3 months ago | | | 0 | 0.000086388871 | |
| 20342045 | 4 months ago | | | 0 | 0.00037870369 |
ABI
ABI objects
Getter at block 21160369
BLUE_DWARF() view returns (uint256)
1
COSMIC_RUBY() view returns (uint256)
5
CYBER_LIME() view returns (uint256)
2
GALACTIC_AMETHYST() view returns (uint256)
3
QUANTITY() view returns (uint256)
1
RED_DWARF() view returns (uint256)
0
THERMAL_EMISSION() view returns (uint256)
4
currentPhase() view returns (uint8)
2
name() pure returns (string)
Fuzzle Space Cases
owner() view returns (address)
0xe3e22e4af035976b31f038061a25852c6105a9ca
paused() view returns (bool)
false
symbol() pure returns (string)
FSPCA
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getClaimedPhase(address minter, uint8 phase) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
maxSupplies(uint256) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) pure returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mintSpaceCase(uint8 id, bytes32[] merkleProof, bytes32 pCode)
pause()
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)
setCurrentPhase(uint8 phase, bytes32 newMerkleRoot)
setPasscode(string strPasscode)
transferOwnership(address newOwner)
unpause()
withdrawERC1155(address receiver, address tokenAddress, uint256 tokenId, uint256 amount)
withdrawEther(address receiver, uint256 amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintSpaceCase(address indexed receiver, uint8 indexed id, uint8 indexed phase, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
WithdrawStuckERC1155(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId, uint256 amount)
WithdrawStuckEther(address indexed receiver, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.