This contract is being backfilled. You may encounter incomplete storage history.

TransferManager

Verified contract

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

No balances found for "TransferManager"

0x78e72bc5adfdf35567d74e7f9c9cbe43b145976589003acb823e426da02a4036
0x3608adcb9895a7451a0472705cd837058eb032129089d2d33c3020fb24d42f08
0xd00cc809b005518bea81563db1b9eb2b91faed7fe963592a787f5244de0fa34b
0x2e44851e642d9e2318502cfc96473116940d0ecb0b9583d8e0d402612eb4bd6f
0xfb1878bebd86db9f094b93b26379208ea9bed177ba3175d4ed4e79042658d6af
0x0e810f2d8719dc82e1cf6e6d949d8f1ade45e5b1e9d8cc76653b6f1421704a77
0x9d568e1f7e63f844ab4b3299fcc2a880af22a5524e4df390b3f30de303673f98
0xaca3d32d7c5d9e8ebae573f8acc296df81be0f5507000bead9a0231835323732
0xc9e64bd7c219680166d5d4e4554b929e0fd5f3176a097dd295a22283440a4502
0x368981938f53f8caed03a3775f0f2369741c754b4af27396ba9db1fcdeff83f9

Functions
Getter at block 20801284
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(