FOX404

Verified contract

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

No balances found for "FOX404"

0x3ccba7b5b94599fef6bbc9a504d075665dc754706bf6141d0f288fba8573412c
0x8a6e3ff5c350ff8dca80ced1b48612871791d1cf39ff38ef423b88517937d56c
0x9accd1dc700aa97438ed2128ecbc9995a82d4d9a07a55cc0c2c03476b3578fac
0xa5f09955c4aa5cdfcafb72ecacf6a25cf79517e1ea7e3511da89f545063e7a9f
0x51f1cf93b966c5964da136f57d6a9ab88ea7e3def478f6c46ac726ce3411fc49
0xc36bbd17b97754aae8867e96b8e2082913158ffd16cbe3e2409373d18bbe89a7
0xc0276c69572e45b1da8b885c713644e8e2fa6a4138fd02e3a6594daa77588929
0x602273a25600354ecbed2221ca56ea3b714dc57b5717c3d802b696d77e62e72d
0x67146f3f209323adc7eef23c13800204f485d0f5f04b93d7a4e5b2589e1c7e86
0x2182a9d1f623223721e0dff5807c3d857d3c9d4baa1d80424bb393438bddb36e

Functions
Getter at block 22772942
decimals(view returns (uint8)
18
minted(view returns (uint256)
701
name(view returns (string)
FOX404
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
FOX404
totalSupply(view returns (uint256)
111000000000000000000
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)
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(