TLNftDelegationRegistry

Verified contract

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

No balances found for "TLNftDelegationRegistry"

0x94919c7b937eb25016527440892e8ecaa9e0fe0065383cc35a0ad2840cb8e717
From

Functions
Getter at block 20980812
delegateRegistry(view returns (address)
0x00000000000000447e69651d841bd8d104bed493
owner(view returns (address)
0xe6c2ade50207b6c6517c3f6f1d5b83b2453252d4
paused(view returns (bool)
false
Read-only
checkDelegateForERC1155(address delegateaddress vaultaddress nftContractuint256 tokenIdview returns (bool)
checkDelegateForERC721(address delegateaddress vaultaddress nftContractuint256 tokenIdview returns (bool)
State-modifying
renounceOwnership(
setPaused(bool status
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address initOwneraddress delegateRegistry_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EnforcedPause(
ExpectedPause(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account