KSZapRouterPosition
Verified contract
Active on
Ethereum with 50 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KSZapRouterPosition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285481 | 5 days ago | | | 0 | 0.010558878 | |
| 21270822 | 7 days ago | | | 0.088 | 0.0082893005 | |
| 21267928 | 7 days ago | | | 0.028221525 | 0.0087495137 | |
| 21262617 | 8 days ago | | | 0 | 0.0050568643 | |
| 21227673 | 13 days ago | | | 0 | 0.0065739736 | |
| 21227557 | 13 days ago | | | 0 | 0.0058885245 | |
| 21221435 | 14 days ago | | | 0 | 0.0088860432 | |
| 21221328 | 14 days ago | | | 0 | 0.00033669972 | |
| 21221290 | 14 days ago | | | 0 | 0.00060336084 | |
| 21220476 | 14 days ago | | | 0 | 0.0088721480 |
ABI
ABI objects
Getter at block 21318935
owner() view returns (address)
0xbe2f0354d970265bfc36d383af77f72736b81b54
paused() view returns (bool)
false
Read-only
guardians(address) view returns (bool)
operators(address) view returns (bool)
whitelistedExecutor(address) view returns (bool)
whitelistedValidator(address) view returns (bool)
State-modifying
Events disableLogic()
enableLogic()
renounceOwnership()
rescueBatchERC1155(address token, uint256[] ids, uint256[] amounts, bytes data, address recipient)
rescueBatchERC721(address token, uint256[] _ids, address recipient)
rescueFunds(address token, uint256 amount, address recipient)
transferOwnership(address newOwner)
updateGuardian(address user, bool grantOrRevoke)
updateOperator(address user, bool grantOrRevoke)
whitelistExecutors(address[] _executors, bool _grantOrRevoke)
whitelistValidators(address[] _validators, bool _grantOrRevoke)
zap(struct IKSZapRouterPositionZapDescription _desc, struct IKSZapRouterPositionZapExecutionData _exe) payable returns (bytes zapResults)
ClientData(bytes _clientData)
ERC1155Collected(address indexed _token, uint256 indexed _id, uint256 indexed _amount)
ERC20Collected(address indexed _token, uint256 indexed _amount)
ERC721Collected(address indexed _token, uint256 indexed _id)
ExecutorWhitelisted(address indexed _executor, bool indexed _grantOrRevoke)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
UpdateGuardian(address user, bool grantOrRevoke)
UpdateOperator(address user, bool grantOrRevoke)
ValidatorWhitelisted(address indexed _validator, bool indexed _grantOrRevoke)
ZapExecuted(uint8 indexed _dexType, bytes indexed _srcInfo, address _validator, address _executor, bytes _zapInfo, bytes _extraData, bytes _initialData, bytes _zapResults)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.