Sushipico Set
Verified contract
Active on
Ethereum with 2,371 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 "Sushipico Set"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21019597 | 2 months ago | | | 0 | 0.00034038982 | |
| 20630232 | 3 months ago | | | 0 | 0.000031599100 | |
| 20551326 | 4 months ago | | | 0 | 0.000028365570 | |
| 20102931 | 6 months ago | | | 0 | 0.000083877810 | |
| 19829539 | 7 months ago | | | 0 | 0.000096325596 | |
| 18956035 | a year ago | | | 0 | 0.0016809734 | |
| 18763171 | a year ago | | | 0 | 0.0012841651 | |
| 18402017 | a year ago | | | 0 | 0.00029059099 | |
| 17590561 | a year ago | | | 0 | 0.00094539228 | |
| 17467317 | 2 years ago | | | 0 | 0.00080968552 |
ABI
ABI objects
Getter at block 21392911 getPurchasableIds() view returns (uint256[])
MAX_SUPPLY() view returns (uint256)
1000
SUSHIPICO_PRICE() view returns (uint256)
50000000000000000
isFreeze() view returns (bool)
false
mintCount() view returns (uint256)
1000
name() view returns (string)
Sushipico Set
owner() view returns (address)
0xef959c49c876479309a98d350da62b5039e82a7d
reserveCount() view returns (uint256)
0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SPS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
giveAwayList(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isSold(uint256 _id) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addGiveAwayList(address[] _addresses)
approve(address to, uint256 tokenId)
freePurchaseSet(uint256 _id)
freezeMetadata()
purchaseSet(uint256 _id) payable
removeGiveAway(address _address)
renounceOwnership()
reserve(uint256 _id)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setSaleState(bool _saleState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
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 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.