Project Animus

Verified contract

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

No balances found for "Project Animus"

0x69c62b38c15d5f2aa518a811392b817c98ec668ffd50d152d91b1a32f9615867
0x2465db1edcc9cd559f536af1ca11a158f5dd289ae8ab312fafec3e807498b8aa
0xc299193535b4b4bc76a97f5a3a871405b39a6dacb331c3d6ff57df8865f044f8
0xd79521cb69d73c669b6bd6515f39e7d0fa4eb8f63b0da7f334e95a67aacaaa39
0x915a348e7cea5a262ceee2ba7c2b4a3ae61278dcce360a997b6e0a6ad69dd133
0x6cd169b33988f94ec291b99261504b6612c0f1d1565ec1b9cebc6b36262cf257
0xa70ae85cbb96adf794b6c3b4c75ed410b6f0ccef658953e622387be3b71d0a3f
0xd35d340e1750f7ffdb7516117d712f6392ef4eed349b52a6be00a0d1ad9d2e4e
0xcc12e0ece6b9444913ae85efbf393685380823503ad1616ad3f9623f2bf9e955
0x9b2e542975ef46f760fd7061e8291fe5f189efa4ba873622593ace3d361b6072

Functions
Getter at block 21157486
DEFAULT_OPERATOR_WHITELIST_ID(view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL(view returns (uint8)
1
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
contractLocked(view returns (bool)
false
 
getPermittedContractReceivers(view returns (address[])
getSecurityPolicy(view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
 
getWhitelistedOperators(view returns (address[])
isRevealOpen(view returns (bool)
true
name(view returns (string)
Project Animus
owner(view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
symbol(view returns (string)
ANIMUS
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isContractReceiverPermitted(address receiverview returns (bool)
isOperatorWhitelisted(address operatorview returns (bool)
isTransferAllowed(address calleraddress fromaddress toview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint256[] tokenIdsaddress[] wallets
approve(address touint256 tokenId
lockContract(
renounceOwnership(
reveal(uint256[] eggIds
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string uri
setDefaultRoyalty(address receiveruint96 feeNumerator
setEggAddress(address newAddress
setToCustomSecurityPolicy(uint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToCustomValidatorAndSecurityPolicy(address validatoruint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToDefaultSecurityPolicy(
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTransferValidator(address transferValidator_
toggleRevealOpenState(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
EggsRevealed(address holderuint256[] tokenIds
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor
constructor(address eggAddress_address royaltyRecipient_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractLocked(
CreatorTokenBase__InvalidTransferValidatorContract(
CreatorTokenBase__SetTransferValidatorFirst(
NotOwnerOfToken(
RevealNotOpen(
ShouldNotMintToBurnAddress(
TokenDoesNotExist(