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

404Apes

Verified contract

Active on Ethereum with 589 txns
Deployed by via 0x88a6629c at 19194943
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "404Apes"

0xff4a0b7ef8d4159d766f0e2a28401dc1076605d9228e5b5ac601b1fccd4313e4
0xf28342f7b0146e86883990276373f439c0c12735296834618eea63a7ef211e4b
0xd18f121d75d3b0500838d35f03cd5a7235d43ef4f188ffabd1fbcf804195c773
0xd7ec00d71c63ace9381cda33fb0d9629ab94bd3976e568c54d715d92cf55a17b
0x287b857cdeb7919d78dcf4ed1569d4c1e2d007d1804fec95c6eabc23d4485484
0x27a210c00932d1821985803df22242516a8ae773436b898c39ba0ba144a219ca
0xc55e506189706570c32305bd0905f991fc9938d94f846b464e1816edaba02c1b
0x50fa42287e427767328e68136c1a8ef1b83178f8455395f91116df45daadad6c
0x69fcd46673a9c99cd235e87475165ad9b3b4b808e1e1f36f81948fcbdb54d6ca
0x74fd2bb38bde68262bec59803dfc61d98c493b6bd65566d0910f62df4ec26086

Functions
Getter at block 20897843
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
buyLimit(view returns (uint256)
250000000000000000000
dataURI(view returns (string)
decimals(view returns (uint8)
18
minted(view returns (uint256)
427
name(view returns (string)
404Apes
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
sellLimit(view returns (uint256)
250000000000000000000
symbol(view returns (string)
$APES
totalSupply(view returns (uint256)
250000000000000000000
txLimit(view returns (uint256)
250000000000000000000
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)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setLimit(uint256 _buylimituint256 _selllimit
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setTransLimit(uint256 _limit
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(