SqushyPuzzle
Verified contract
Active on
Ethereum with 368 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 "SqushyPuzzle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19925184 | 6 months ago | | | 0 | 0.00041807338 | |
| 18385911 | a year ago | | | 0 | 0.00033302144 | |
| 18385886 | a year ago | | | 0 | 0.00039425934 | |
| 18014827 | a year ago | | | 0 | 0.0020737642 | |
| 17837620 | a year ago | | | 0 | 0.00038774003 | |
| 16858677 | 2 years ago | | | 0 | 0.00040724141 | |
| 16858673 | 2 years ago | | | 0 | 0.00037366808 | |
| 16657934 | 2 years ago | | | 0 | 0.0031290980 | |
| 16657926 | 2 years ago | | | 0 | 0.0054903174 | |
| 16277878 | 2 years ago | | | 0 | 0.00035774554 |
ABI
ABI objects
Getter at block 21261191
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZgP2UuyrjTwZnted6mvxVPdG5kGj4iSQbjDuLqLrWbPv/
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
1111
mintingEnabled() view returns (bool)
true
name() view returns (string)
SqushyPuzzle
owner() view returns (address)
0x1c980db5ee71d5c607715175793235c160eb29f6
symbol() view returns (string)
SQP
totalSupply() view returns (uint256)
213
Read-only
balanceOf(address) view returns (uint256)
claimedTokens(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
mint(uint8 v, bytes32 r, bytes32 s, uint256 allowedAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMintState(bool _mintingEnabled)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
updateSigner(address signer)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _initBaseURI, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.