Memefi Toybox 404

Verified contract

Active on Ethereum with 2,646 txns
Deployed by via 0x8c2266b6 at 19185444
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Memefi Toybox 404"

0xa78a32fda2441738232527344964dbf9aef37bb1bfcc92f7cf0f006b17230110
0x7f8be7eef4aa3134e2d616a2979caba0c634a7b5c11034a92779fff643416cdc
0x3a3abb48857940a2c1437515e6d781a8969b1624161d5482106e2452c352df09
0x49540f6661c4bd21e5a872f9c06a39a4ea56e491b2cff901cb4d67c5848621fb
0xfa334459345d5a7c751b0c355612581569d141e023d899603d5394e2eb6abd68
0x2608aa5eb65c4a607d365505c9a9b6d3a2c1e7f79c9a377e5d8311f67f67d8da
0x1bfc5b0a03f5f2c0b02df1b204644ab250bfbd5e3f8a1263c1a7f559c7acda20
0x02c2453fdd71974015dbc5e7e95d609b4e32287a4ecdfcb0fdbc02e021d39db9
0x60e08de7e3fbf930735c65b001e31b5caad44cd4c5356491154aab1f4d589c05
0x71c68f5b28ae62cb36ce160f0accf82e533b4dbde1b0b00dbbf71ce00f7fb817

Functions
Getter at block 20819291
baseTokenURI(view returns (string)
https://memefi-metadata-api.vercel.app/api/toybox/
decimals(view returns (uint8)
18
maxTokensAmountPerWallet(view returns (uint256)
4
minted(view returns (uint256)
18434
name(view returns (string)
Memefi Toybox 404
owner(view returns (address)
0x8560e89b9b6e8ac23da45950681fb79032df6dba
symbol(view returns (string)
TOYBOX
tokenAmountCheck(view returns (bool)
false
totalSupply(view returns (uint256)
8888000000000000000000
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)
disableTokenAmountCheck(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
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(address _ownerstring _tokenURI
Fallback and receive

This contract contains no fallback and receive objects.

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