This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 7 minutes old. We're running behind the tip but working to resolve the issue.

ANIM.JP

Verified contract

Proxy

Active on Ethereum with 5,516 txns
Deployed by via 0x9909df27 at 15159773
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "ANIM.JP"

0x0b45c7932322112d0682532158f50db8a312cdd8257d79d3c87eb3632ad98ef3
0xae39b3e506845e3dccec860a1a14e92d53181f3a912d4f95b45264a108da3b70
0xe704029877cbc12f109f0e3f4821df4d1eea298d1fc2c2cbb2e0f34a13780baf
0x28840e4fea2ade655e1b0edf3ad267c289dbc6e23422db12053aefba3f6e3bca
0x1d9937f8d61f770da429718293776c74b2b8cb604d23b98106d0766e336c099f
0x2c8279bd850f7f9b89b1fea2bcae2969de96f0e5706222adbed2f9830a3531a1
0x5b95aab04f627b8ecf171f2f712a9f0e3539808277bd0548dc319fd50d56b68b
0xcea8a68cbbaa6e46d561e2c55954bf700a0abcaf1630f544a9fd5b4d501c95b5
0x8824cce015bb269b449d01b2592b001392063af54da98bc00b6e04fd3531d131
0x4deac30b9c044f4c69c4015d4173d57a300830ce6ebc856ccf13d2b016cfec7c

Functions
Getter at block 20793296
PUBLIC_PRICE(view returns (uint256)
80000000000000000
WHITELISTED_OWNER_MINT_LIMIT(view returns (uint256)
100
WHITELIST_BONUS_PER(view returns (uint256)
3
WHITELIST_PRICE(view returns (uint256)
60000000000000000
balance(view returns (uint256)
0
baseURI(view returns (string)
https://animjp.s3.amazonaws.com/
contractURI(view returns (string)
https://animjp.s3.amazonaws.com/index.json
 
getDistribution(view returns (address[] distributeesuint256 distributionRate)
isChiefMintPaused(view returns (bool)
false
isPublicMintPaused(view returns (bool)
true
isWhitelistMintPaused(view returns (bool)
true
mintLimit(view returns (uint256)
6608
name(view returns (string)
ANIM.JP
owner(view returns (address)
0x5a042f78617adb0b7fa4b97b7c7014534af17e0b
symbol(view returns (string)
AJP
totalSupply(view returns (uint256)
6569
Read-only
areYouChief(bytes32[] merkleProofview returns (bool)
balanceOf(address ownerview returns (uint256)
bonusQuantity(uint256 baseQuantityview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(bytes32[] merkleProofview returns (bool)
numberChiefMinted(address ownerview returns (uint256)
numberWhitelistMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
adminMint(uint256 quantity
adminMintTo(address touint256 quantity
approve(address touint256 tokenId
burn(uint256 tokenId
chiefMint(uint256 quantitybytes32[] merkleProof
chiefMintTo(address touint256 quantitybytes32[] merkleProof
initialize(
pauseChiefMint(
pausePublicMint(
pauseWhitelistMint(
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setChiefList(bytes32 merkleRoot
setDistribution(address[] distributeesuint256 distributionRate
setMintLimit(uint256 _mintLimit
setRoyaltyFraction(uint96 royaltyFraction
setWhitelist(bytes32 merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpauseChiefMint(
unpausePublicMint(
unpauseWhitelistMint(
whitelistMint(uint256 quantitybool claimBonusbytes32[] merkleProofpayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ChiefMintPaused(
ChiefMintUnpaused(
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PublicMintPaused(
PublicMintUnpaused(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WhitelistMintPaused(
WhitelistMintUnpaused(
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(