AnimeTrait

Verified contract

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

No balances found for "AnimeTrait"

0x04700c8dca5cb3bfc7ca442ba4e5035176ec4ff6810b36963d9eb025a361f796
0xf3a0f0f175142abec77ffe07a53d1d870f6f7e1e39d0d507f5de080558601c03
0xed1ac021d3a7d2c81adca4abd9b34511ccb317d2236851251ff01c750ffb9e2b
0x4ad1c642fcf81adffdbf5b3a11e61928b1efaf14c1b38c6b49dc4a316c3e65e1
0x245342c4dcb3886a2e7902b9fc3d387a9d1131b121db598eebbe53508fed9d92
0x91ceb7a28563300ee0d54aaa032784c4ec9d6aa9e5ea816c5bcab797f3b671b0
0x1483f642080bc88d11c1b79a79e1028717fdaa1d12fc236b4665ba2636a90cfa
0x5390d948060a711cd6cdcdc2f425b57a48470f70bbdbb0962353451b0389ab81
From
0x473347262abb084f9d7b00660eaa01ab99a8d5116bc646c3e77c8dcb83ac9fd7
0xb78e2d8d6c49b9fde36030f78dba4519bd2182e5200672af66a4c3f2328e5803

Functions
Getter at block 21380665
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
MAX_SUPPLY(view returns (uint256)
3000
autoApproveTransfersFromValidator(view returns (bool)
false
baseTokenURI(view returns (string)
https://meta.anime-traits.com/gits/
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address validator)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
name(view returns (string)
AnimeTrait
owner(view returns (address)
0xd0f85ddec050cff88ed8f3e8d3f82db6691d4b84
suffixURI(view returns (string)
.json
symbol(view returns (string)
AT
totalMinted(view returns (uint256)
2900
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAdmin(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool isApproved)
isSystem(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
setAutomaticApprovalOfTransfersFromValidator(boolpure 
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address touint256 quantity
approve(address touint256 tokenId
manageAdminRole(address accountbool status
manageSystemRole(address accountbool status
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseTokenURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setSuffixURI(string suffixURI_
setTransferValidator(address transferValidator_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMetadata(uint256 tokenId
updateMetadataBatch(uint256 fromTokenIduint256 toTokenId
Events
AdminStatusChanged(address accountbool isAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AutomaticApprovalOfTransferValidatorSet(bool autoApproved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SystemStatusChanged(address accountbool isSystem
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor
constructor(address ownerAddressaddress adminAddressaddress royaltyReceiverAddressaddress[] systemAddresses
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CreatorTokenBase__InvalidTransferValidatorContract(
NotAuthorizedAdmin(
NotAuthorizedSystem(
ShouldNotMintToBurnAddress(