DelegateRegistry
Verified contract
Active on
Base with 998 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$15.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0063 | $2,423.39 |
$15.27 | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21973402 | 2 hours ago | | | 0 | 4.3238260e-7 | |
| 21973128 | 2 hours ago | | | 0 | 3.5713948e-7 | |
| 21972978 | 2 hours ago | | | 0 | 4.4689415e-7 | |
| 21960108 | 10 hours ago | | | 0 | 0.000000081494171640 | |
| 21936296 | a day ago | | | 0 | 0.0014041300 | |
| 21925135 | a day ago | | | 0 | 0.000000081801974016 | |
| 21925100 | a day ago | | | 0 | 4.8507666e-7 | |
| 21920715 | a day ago | | | 0 | 4.3241955e-7 | |
| 21920587 | a day ago | | | 0 | 4.8507666e-7 | |
| 21888904 | 2 days ago | | | 0 | 4.9285839e-7 |
ABI
ABI objects
Getter at block 21977418
This contract contains no getter function objects.
Read-only
checkDelegateForAll(address to, address from, bytes32 rights) view returns (bool valid)
checkDelegateForContract(address to, address from, address contract_, bytes32 rights) view returns (bool valid)
checkDelegateForERC1155(address to, address from, address contract_, uint256 tokenId, bytes32 rights) view returns (uint256 amount)
checkDelegateForERC20(address to, address from, address contract_, bytes32 rights) view returns (uint256 amount)
checkDelegateForERC721(address to, address from, address contract_, uint256 tokenId, bytes32 rights) view returns (bool valid)
getDelegationsFromHashes(bytes32[] hashes) view returns (struct IDelegateRegistryDelegation[] delegations_)
getIncomingDelegationHashes(address to) view returns (bytes32[] delegationHashes)
getIncomingDelegations(address to) view returns (struct IDelegateRegistryDelegation[] delegations_)
getOutgoingDelegationHashes(address from) view returns (bytes32[] delegationHashes)
getOutgoingDelegations(address from) view returns (struct IDelegateRegistryDelegation[] delegations_)
readSlot(bytes32 location) view returns (bytes32 contents)
readSlots(bytes32[] locations) view returns (bytes32[] contents)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events delegateAll(address to, bytes32 rights, bool enable) payable returns (bytes32 hash)
delegateContract(address to, address contract_, bytes32 rights, bool enable) payable returns (bytes32 hash)
delegateERC1155(address to, address contract_, uint256 tokenId, bytes32 rights, uint256 amount) payable returns (bytes32 hash)
delegateERC20(address to, address contract_, bytes32 rights, uint256 amount) payable returns (bytes32 hash)
delegateERC721(address to, address contract_, uint256 tokenId, bytes32 rights, bool enable) payable returns (bytes32 hash)
multicall(bytes[] data) payable returns (bytes[] results)
sweep()
DelegateAll(address indexed from, address indexed to, bytes32 rights, bool enable)
DelegateContract(address indexed from, address indexed to, address indexed contract_, bytes32 rights, bool enable)
DelegateERC1155(address indexed from, address indexed to, address indexed contract_, uint256 tokenId, bytes32 rights, uint256 amount)
DelegateERC20(address indexed from, address indexed to, address indexed contract_, bytes32 rights, uint256 amount)
DelegateERC721(address indexed from, address indexed to, address indexed contract_, uint256 tokenId, bytes32 rights, bool enable)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
MulticallFailed()