Squishiverse Item
Verified contract
Active on
Ethereum with 1,033 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 "Squishiverse Item"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020240 | a month ago | | | 0 | 0.00025429068 | |
| 20689667 | 3 months ago | | | 0 | 0.000082385881 | |
| 20263980 | 5 months ago | | | 0 | 0.00017772529 | |
| 20263980 | 5 months ago | | | 0 | 0.00017772529 | |
| 20263980 | 5 months ago | | | 0 | 0.00017772529 | |
| 20263979 | 5 months ago | | | 0 | 0.00017935650 | |
| 20263979 | 5 months ago | | | 0 | 0.00017935650 | |
| 20263979 | 5 months ago | | | 0 | 0.00017935650 | |
| 20263975 | 5 months ago | | | 0 | 0.00012313552 | |
| 20029803 | 6 months ago | | | 0 | 0.00059746567 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMaxSupply(uint256) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] accounts, uint256 id, uint256 value)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 value)
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)
setBaseURI(string baseURI_)
setBridgeContract(address _bridgeContract)
setTokenMaxSupply(uint256 _tokenId, uint256 _supply)
transferOwnership(address newOwner)
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(string _metadataUri)
This contract contains no fallback and receive objects.
SquishiverseItem__HitMaximumSupply()
SquishiverseItem__NotOwnerOrBridge()