Squishiverse Item

Verified contract

Active on Ethereum with 1,033 txns
Deployed by via 0x2016f910 at 14605753
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Squishiverse Item"

0x1727dbad7f984efa616a097d02e6204afbf47cae631d36b4c5745d570e86b6c5
0x6e8095a2258745ace0b2450b8d3f923964b2ec323ea989665e3a9bf92dcd241f
0x6a380b0a5a80bce8b25f8edf28e24137286e2616154e6478e0641922f036298b
0x2950150a7da1c36cfac453f8af95870b2d8e7906cfc8418b1902a74712da360f
0x9099c9c93c7c0f72b68cf07c5ac3e7811919a4dbac0d9cf8a12fa5f2749f9ec4
0x2eed384fd4c8b4ba6b0fae7b64d47cece2b365c24b0cf817085dca5b0fb27275
0x0625c54c5a51b0cf89945b5b5fa1a14c748ea3a939237ccac80d89ba97919154
0x12698a0f4523af94e0054ede21e06ef9e2440373c53accc0d907705279fde873
0xfca449eddaf455c77cc869347011956d73b6ae400b8679024b54dffa1f6999f7
0x08436173156fe286533d54f3fe5a894de8303dd1fa8467d0596db27ac8bb50e9

Functions
Getter at block 21315382
bridgeContract(view returns (address)
0xf1a46a67a8abb2adcfce4b2184646cfd8b134ce8
name(view returns (string)
Squishiverse Item
owner(view returns (address)
0xb95fd2042d75ded4fca1223d6ca552e59f92306b
symbol(view returns (string)
SVITEM
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenMaxSupply(uint256view returns (uint256)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
airdrop(address[] accountsuint256 iduint256 value
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
mint(address accountuint256 iduint256 value
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setBridgeContract(address _bridgeContract
setTokenMaxSupply(uint256 _tokenIduint256 _supply
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _metadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
SquishiverseItem__HitMaximumSupply(
SquishiverseItem__NotOwnerOrBridge(