This contract is being backfilled. You may encounter incomplete storage history.

Sushi404

Verified contract

Active on Base with 117 txns
Deployed by via 0x9a0440ff at 11095698
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sushi404"

0xaa45123ca46d49a50865d8ea0b0d253e45b498c6d7353d29e6716beafc8101a8
0x4de65425b490247a23562f835c17ee960b50de7b51f619f1fa3e4772a9782654
0x664d40ab0d9ba594a1ccf18f89ed1fd6f3a21b8ad82148bbe32270eec1f0c7c8
0x4896807fe687e8aa0a4fa0a2f0b6994748344b719155c841c324cce2e5f816d1
0x434662b5bd9bb9b1d568aa4b4975129efe7a714cc154808018a5af7ad8d6ff74
0xbceb4fb5f68627d7128590e75ca25c44a194cd06e1537051ecb6d4e7f0d9b61e
0x9e2c2cc0d265605014c22543ff2414466fa0580c17e25ed77f5ac45f0a3e2047
0x0cc3d8b402c86e011e90f68d3b2d43c4a8b1b1d6259b9932472fb43b758afe27
0x9e7970787f22b1bc893a634f71f3fbedba668d4aee758e3eec6a1bee9d9f586e
0x1623c57e75eeb8c0bc809dce8b057003eadc78e60f745e967f13363726272b5b

Functions
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(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
launch(
mint(address touint256 _quantity
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _namestring _symboluint8 _decimalsuint256 _totalNativeSupplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(