AggregatorSingleChain
Verified contract
Active on
Ethereum with 3 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 "AggregatorSingleChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16346369 | 2 years ago | | | 0 | 0.00035369310 | |
| 16332501 | 2 years ago | | | 0 | 0.00087969892 | |
| 14918602 | 2 years ago | | | 0.01 | 0.015472800 |
ABI
ABI objects
Getter at block 21338024
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_OWNER() view returns (bytes32)
0x9f4e1c871d5fdd0aee1cd182666698a4492b24c6832aac230d07b11046af5a89
ROLE_STAFF() view returns (bytes32)
0x358933fb1b4f9e62c7cd3651025ad8825acb20ebbb23b09160e3867d71501ddd
caller() view returns (address)
0x2c2c9e58c3c9f9ab8e76803db03f74bee99c6802
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 grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setCaller(address _caller)
swap(struct IAggregatorSwapDescription desc, bytes data) payable returns (uint256)
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)
Swapped(address sender, address fromToken, address toToken, address receiver, uint256 spentAmount, uint256 returnAmount)
constructor(address owner, address staff, address _caller)
This contract contains no fallback and receive objects.
This contract contains no error objects.