Sushiverse
Verified contract
Active on
Ethereum with 8,531 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SV | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003684 | 22 days ago | | | 0 | 0.00029380870 | |
| 20985647 | 25 days ago | | | 0 | 0.00048547078 | |
| 20856650 | a month ago | | | 0 | 0.00059867743 | |
| 20789155 | 2 months ago | | | 0 | 0.00027262570 | |
| 20650500 | 2 months ago | | | 0 | 0.000028674453 | |
| 20567583 | 3 months ago | | | 0 | 0.000022107400 | |
| 20553323 | 3 months ago | | | 0 | 0.000043977400 | |
| 20553317 | 3 months ago | | | 0 | 0.000045912240 | |
| 20553315 | 3 months ago | | | 0 | 0.000044463360 | |
| 20545388 | 3 months ago | | | 0 | 0.000024554596 |
ABI
ABI objects
Getter at block 21161447
MAX_TOKENS() view returns (uint256)
10000
SUSHI_PROVENANCE() view returns (string)
92a84712e29f004fa26c7f9e807bef5dbac77de3d8b6b6305277b65ac3f16c0e
baseURI() view returns (string)
ipfs://Qmf5HsWuCaZV5wrXGBpJ2ZszG8iwNes5AnGdCB8jgF1GAM/
devReserve() view returns (uint256)
0
maxTokenPurchase() view returns (uint256)
5
name() view returns (string)
Sushiverse
owner() view returns (address)
0xd7cc5bbf5c64f267872e529feb14347e50a46a6f
presaleIsActive() view returns (bool)
false
presaleMaxMint() view returns (uint256)
3
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SV
tokenPrice() view returns (uint256)
59000000000000000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onPreSaleList(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToPresaleList(address[] addresses)
approve(address to, uint256 tokenId)
mintSushi(uint256 numberOfTokens) payable
presaleSushi(uint256 numberOfTokens) payable
removeFromPresaleList(address[] addresses)
renounceOwnership()
reserveTokens(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPresaleMaxMint(uint256 maxMint)
setProvenanceHash(string provenanceHash)
togglePresaleState()
toggleSaleState()
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)
SushiMinted(uint256 supply)
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.