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 "Sushi404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19207073 | 2 months ago | | | 0 | 0.000026795678 | |
| 11936248 | 7 months ago | | | 0 | 7.2792964e-7 | |
| 11618914 | 8 months ago | | | 0 | 0.000000000223943664 | |
| 11596720 | 8 months ago | | | 0 | 0.0000048669146 | |
| 11185210 | 8 months ago | | | 0 | 0.000000048405771072 | |
| 11182458 | 8 months ago | | | 0 | 0.000000097338000000 | |
| 11133210 | 8 months ago | | | 0 | 0.000000000519678819 | |
| 11114484 | 8 months ago | | | 0 | 0.000000000248611545 | |
| 11102691 | 8 months ago | | | 0 | 0.000000000046275768 | |
| 11100685 | 8 months ago | | | 0 | 0.000000047189665809 |
ABI
ABI objects
Getter at block 21804703
decimals() view returns (uint8)
18
isLaunched() view returns (bool)
true
minted() view returns (uint256)
5993
name() view returns (string)
Sushi404
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SUSHI
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
launch()
mint(address to, uint256 _quantity)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalNativeSupply, address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()