Rae

Verified contract

Implementation

Active on Ethereum with 0 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 "Rae"

No transactions found for "Rae"


Functions
Getter at block 20904720
INITIAL_CONTROLLER(pure returns (address)
0x0000000000000000000000000000000000000000
VAULT_REGISTRY(pure returns (address)
0x0000000000000000000000000000000000000000
 
contractURI(view returns (string)
controller(view returns (address controllerAddress)
0x0000000000000000000000000000000000000000
metadataDelegate(view returns (address)
0x0000000000000000000000000000000000000000
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(