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

ANTHEM

Verified contract

Active on Ethereum with 2,744 txns
Deployed by via 0xc1a0adac at 15974858
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "ANTHEM"

0x6e6a9e3ccf79226d4de7456c84b6a69fa3be1e7a2b06089b6ebb32cd9882cfe4
0x24a76fdab8d59c7e18c89e88b5d0b398a6dda9d994ae7d2522f16f9cbe302729
0x67d7e708950c79278e0064ef1bb291e27f56c2b7452cb6f12daa042508cb8187
0x2320c75d8138c4e6928123df036f72d2274b6ba8c4abdb4df9104d815c4373af
0x599926c45910ccd8f3efa19c5247b058beaa63963ad4868701257c90566340f5
0xffa884d31e81314a6a626e203553f1bc087756859019b4cf753cda0e6ea55b79
0x2d107bf25d407e9f060c4ce3e31bf2bfc38f786f7497ccb95e9aa7dedf55801b
0x04afd705bcf683d06c4abb7f7414d73e66a86ab9c94e6822844805c07ef3c287
0x7035e80b0591432f8f9e71b085b780e439a2563c37ab9f2d2313e23ccc699a82
0x7e25e2a32f340d5988b531f42862014ee210a9dd2c66486e6f0b364a121d7a7e

Functions
Getter at block 20807656
_INTERFACE_ID_ERC2981(view returns (bytes4)
0x2a55205a
defaultPercentageBasisPoints(view returns (uint96)
1000
defaultRoyaltiesReceipientAddress(view returns (address)
0x4187dd52368f48eb2e1db7ad079afae1a0992a2d
getWLCount(view returns (uint256)
5094
name(view returns (string)
ANTHEM
owner(view returns (address)
0x8cfccde3ff6ad4cd7e1590327f7826493a07d3c3
privateMintPrice(view returns (uint256)
50000000000000000
publicMintPrice(view returns (uint256)
60000000000000000
revealed(view returns (bool)
false
startPrivateSale(view returns (bool)
false
startPublicSale(view returns (bool)
true
symbol(view returns (string)
ANTHEM
tokenAmount(view returns (uint256)
6000
totalSupply(view returns (uint256)
6000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRaribleV2Royalties(uint256view returns (struct LibPartPart[])
getWL(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
privateMinted(addressview returns (uint256)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteLists(addressview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
deleteWL(address addr
forwardERC20s(address tokenuint256 amount
ownerMint(uint256 amountaddress _address
privateMint(uint256 amountpayable 
publicMint(uint256 amountpayable 
pushMultiWLSpecifyNum(address[] listuint256 num
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAfterURI(string afterTokenPath_
setApprovalForAll(address operatorbool approved
setBeforeURI(string beforeTokenURI_
setDefaultPercentageBasisPoints(uint96 _defaultPercentageBasisPoints
setDefaultRoyaltiesReceipientAddress(address _defaultRoyaltiesReceipientAddress
setMaxPublicMintPerTx(uint256 newMaxPublicMintPerTx
setPrivateMintPrice(uint256 newPrice
setPublicMintPrice(uint256 newPrice
setReveal(bool bool_
setStartPrivateSale(bool bool_
setStartPublicSale(bool bool_
setTotalSupply(uint256 newTotalSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
upsertWL(address addruint256 maxMint
withdrawETH(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltiesSet(uint256 tokenIdstruct LibPartPart[] royalties
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 initTotalSupplyuint256 initMuxPublicPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(