0x4021d58669bdfb4fae93328546518bc0df8c0752

Unverified contract

Proxy

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

No balances found for "0x4021d58669bdfb4fae93328546518bc0df8c0752"

0x05a226247222ed467282f426db9b729ae8f1e07a854e9f2eb92fdd354d87b57f
0xbc41a0124fa06a99bceccca5402dd24bad05e62e72e6c9725475b0bd624e7c23
0xd5c57691768e885e2335f439a09cab909676cf69e264823de639d3608525ddd8
0xdecec3aabb25058804dc2007fc1b0360b48d0d0ee6185d580ded7ed243627fd2
0x4416874eda6eb65190d9d53e7764269995dd5b3f76dbdd34be7d3c564dd57fcc
0x46d1ff138879d77fccc781552e153d61f1e3b1264bb77bdf2752bf1eecd53238
0x242f889acf2b83014a07c70e80cb5e24e18c5ad3e1f9dd150618d6615830f356
0x4ec24ae76ce3c035fcb97b5fa9e770175eda951708228947387ac20af366eff2
0x6c37d4b8dd42ba79b712c070d746a864b8fc9c525d26d98f8f144ef2c3df0381
0x551948ea24170f96d1902b9aabca495c51a9eceef6fc9e731bec0b175fb5d0b5
From

Functions
Getter at block 20903536
INITIAL_CONTROLLER(pure returns (address)
0xb090a53d9851acb7e6a55fb9afe3975901152233
VAULT_REGISTRY(pure returns (address)
0x14f2a9c262cb47c5475f3cf16f735da0d1e91e33
contractURI(view returns (string)
https://api.tessera.co/raes/0x4021d58669bdfb4fae93328546518bc0df8c0752
controller(view returns (address controllerAddress)
0xb090a53d9851acb7e6a55fb9afe3975901152233
metadataDelegate(view returns (address)
0x3d62da229c6457dd7f33fc62b03dcfd3c0de0f9e
Read-only
balanceOf(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
isApproved(addressaddressuint256view returns (bool)
isApprovedForAll(addressaddressview returns (bool)
nonces(addressview returns (uint256)
royaltyInfo(uint256 _iduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _idview returns (string)
State-modifying
burn(address _fromuint256 _iduint256 _amount
mint(address _touint256 _iduint256 _amountbytes _data
permit(address _owneraddress _operatoruint256 _idbool _approveduint256 _deadlineuint8 _vbytes32 _rbytes32 _s
permitAll(address _owneraddress _operatorbool _approveduint256 _deadlineuint8 _vbytes32 _rbytes32 _s
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address _fromaddress _touint256 _iduint256 _amountbytes _data
setApprovalFor(address _operatoruint256 _idbool _approved
setApprovalForAll(address operatorbool approved
setMetadataDelegate(address _metadata
setRoyalties(uint256 _idaddress _receiveruint256 _percentage
transferController(address _newController
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BurnRaes(address indexed _fromuint256 indexed _iduint256 _amount
ControllerTransferred(address indexed _newController
MintRaes(address indexed _touint256 indexed _iduint256 _amount
SetMetadata(address indexed _metadatauint256 _id
SetRoyalty(address indexed _receiveruint256 indexed _iduint256 _percentage
SingleApproval(address indexed _owneraddress indexed _operatoruint256 indexed _idbool _approved
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidRoyalty(uint256 _percentage
InvalidSender(address _requiredaddress _provided
InvalidSignature(address _signeraddress _owner
SignatureExpired(uint256 _timestampuint256 _deadline
ZeroAddress(