Project Animus
Verified contract
Active on
Ethereum with 6,590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c41…5082
Balances ($0.00)
No balances found for "Project Animus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156298 | 4 hours ago | | | 0 | 0.0028796338 | |
| 21155154 | 8 hours ago | | | 0 | 0.0014174450 | |
| 21153829 | 12 hours ago | | | 0 | 0.00025999058 | |
| 21153493 | 13 hours ago | | | 0 | 0.00087954157 | |
| 21153487 | 13 hours ago | | | 0 | 0.00082373423 | |
| 21153478 | 13 hours ago | | | 0 | 0.00076488767 | |
| 21151419 | 20 hours ago | | | 0 | 0.00049351220 | |
| 21150697 | a day ago | | | 0 | 0.0013797055 | |
| 21150693 | a day ago | | | 0 | 0.0016261499 | |
| 21150642 | a day ago | | | 0 | 0.00077003906 |
ABI
ABI objects
Getter at block 21157486 getPermittedContractReceivers() view returns (address[]) getWhitelistedOperators() view returns (address[])
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
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator() view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isContractReceiverPermitted(address receiver) view returns (bool)
isOperatorWhitelisted(address operator) view returns (bool)
isTransferAllowed(address caller, address from, address to) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256[] tokenIds, address[] wallets)
approve(address to, uint256 tokenId)
lockContract()
renounceOwnership()
reveal(uint256[] eggIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setEggAddress(address newAddress)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTransferValidator(address transferValidator_)
toggleRevealOpenState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DefaultRoyaltySet(address indexed receiver, uint96 feeNumerator)
EggsRevealed(address holder, uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRoyaltySet(uint256 indexed tokenId, address indexed receiver, uint96 feeNumerator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
constructor(address eggAddress_, address royaltyRecipient_)
This contract contains no fallback and receive objects.
ContractLocked()
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
NotOwnerOfToken()
RevealNotOpen()
ShouldNotMintToBurnAddress()
TokenDoesNotExist()