Orchestrator
Verified contract
Active on
Ethereum with 99 txns
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
Balances ($0.00)
No balances found for "Orchestrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11649957 | 4 years ago | | | 0 | 0.0020983380 | |
| 11649957 | 4 years ago | | | 0 | 0.0021619240 | |
| 11649953 | 4 years ago | | | 0 | 0.028952515 | |
| 11431556 | 4 years ago | | | 0 | 0.0090478716 | |
| 11429352 | 4 years ago | | | 0 | 0.014024201 | |
| 11425153 | 4 years ago | | | 0 | 0.018095322 | |
| 11424028 | 4 years ago | | | 0 | 0.025420209 | |
| 11417883 | 4 years ago | | | 0 | 0.0014023258 | |
| 11417474 | 4 years ago | | | 0 | 0.025118613 | |
| 11411005 | 4 years ago | | | 0 | 0.0019534500 |
ABI
ABI objects
Getter at block 21170106
boost() view returns (uint256)
1
feeUnit() view returns (uint256)
100000000000000000
initRebaseLag() view returns (uint256)
10
isOwner() view returns (bool)
false
maxRebaseLag() view returns (uint256)
15
minRebaseLag() view returns (uint256)
5
owner() view returns (address)
0x7017f11e1f6b1a690da56ad439a16930a1159d90
policy() view returns (address)
0x21bea40928352f0b425b01053f9408f8ebeb9385
transactionsSize() view returns (uint256)
11
Read-only
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
boostDown() payable
boostUp() payable
initialize(address sender)
rebase()
removeTransaction(uint256 index)
renounceOwnership()
setFeeWallet(address _wallet)
setRebaseLag(uint256 _initRebaseLag, uint256 _maxRebaseLag, uint256 _minRebaseLag)
setTransactionEnabled(uint256 index, bool enabled)
transferOwnership(address newOwner)
BoostDown(address requester, uint256 rebaseLag, uint256 amount)
BoostUp(address requester, uint256 rebaseLag, uint256 amount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
constructor(address policy_, address feeWallet_)
This contract contains no fallback and receive objects.
This contract contains no error objects.