TransferManager

Verified contract

Active on Ethereum with 28,570 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransferManager"

0x69bc6e10b4f1f9730c112985b6b785ea779d406feeb295ee0e6e9fb1c66cbfeb
0x327f02495d017408a45a243e36204d20be75348fe1f440cda9d3be4722bc6fdf
0xeb754abb1f2af91d3d06ce92f457439b5e6e4c78f5f966e31296c0778e78ad47
0x148754e36da24e70354b336475955ac765be41eec9108bf54a9c779492815429
0xa49785935a1ed8e4ffa058af5095c44df75e551cb905208bdb0eac3b42bc56f1
0x3d390429d9366d0813f832b4160ae94e519d2c2f7971fa54417deb79274b2cbd
0xd919cc4ab63cf984f17fa9eac47edf20ad4cee690b071af61a637f4cbdf6460b
0x59c520d8b5a6ae97dccdb6625baf7d3e4fcd4b15bb32f89520eb39e9925633fc
0x5e49ababf1762c0c61113cb9c732c97284d604f69d20b84d39deda7c450c8132
0xc2b049d23cd23a2f9c04cbcd9a2d896f2d2dd25b8a74cf8829288975bb56cf63

Functions
Getter at block 21311237
owner(view returns (address)
0xbfb6669ef4c4c71ae6e722526b1b8d7d9ff9a019
ownershipStatus(view returns (uint8)
0
potentialOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
hasUserApprovedOperator(addressaddressview returns (bool)
isOperatorAllowed(addressview returns (bool)
State-modifying
allowOperator(address operator
cancelOwnershipTransfer(
confirmOwnershipRenouncement(
confirmOwnershipTransfer(
grantApprovals(address[] operators
initiateOwnershipRenouncement(
initiateOwnershipTransfer(address newPotentialOwner
removeOperator(address operator
revokeApprovals(address[] operators
transferBatchItemsAcrossCollections(struct ITransferManagerBatchTransferItem[] itemsaddress fromaddress to
transferItemsERC1155(address collectionaddress fromaddress touint256[] itemIdsuint256[] amounts
transferItemsERC721(address collectionaddress fromaddress touint256[] itemIdsuint256[] amounts
Events
ApprovalsGranted(address useraddress[] operators
ApprovalsRemoved(address useraddress[] operators
CancelOwnershipTransfer(
InitiateOwnershipRenouncement(
InitiateOwnershipTransfer(address previousOwneraddress potentialOwner
NewOwner(address newOwner
OperatorAllowed(address operator
OperatorRemoved(address operator
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountInvalid(
ERC1155SafeBatchTransferFromFail(
ERC1155SafeTransferFromFail(
ERC721TransferFromFail(
LengthsInvalid(
NoOngoingTransferInProgress(
NotAContract(
NotOwner(
OperatorAlreadyAllowed(
OperatorAlreadyApprovedByUser(
OperatorNotAllowed(
OperatorNotApprovedByUser(
RenouncementNotInProgress(
TransferAlreadyInProgress(
TransferCallerInvalid(
TransferNotInProgress(
WrongPotentialOwner(