OneInchResolver
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "OneInchResolver"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20588240 | 3 months ago | | | 0 | 0.00034039189 | |
| 20588230 | 3 months ago | | | 0 | 0.00035726783 |
ABI
ABI objects
Getter at block 21310977
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MATCHER_ROLE() view returns (bytes32)
0xdf91394c13c48ebd5370100f1eb84afe3c6c47a78f9f9f874d5a9ec6afe0ae6b
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address token, address to)
grantRole(bytes32 role, address account)
initialize(address limitOrderProtocol, address matcher)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
settleOrders(bytes data)
takerInteraction(struct IOrderMixinOrder order, bytes, bytes32 orderHash, address taker, uint256 makingAmount, uint256 takingAmount, uint256, bytes extraData)
withdrawAssets(address token, address to, uint256 amount)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Trade(bytes32 orderHash, address makerAsset, address takerAsset, uint256 makingAmount, uint256 takingAmount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressZero()
FailedExternalCall(uint256 index, bytes reason)
ForceApproveFailed()
NotTaker()
OnlyLOP()
SafeTransferFailed()
SafeTransferFromFailed()