SetStepFunctionWrapper
Verified contract
Active on
Ethereum with 4,236 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 "SetStepFunctionWrapper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10304671 | 4 years ago | | | 0 | 0.0026898828 | |
| 10304671 | 4 years ago | | | 0 | 0.0027446892 | |
| 10304671 | 4 years ago | | | 0 | 0.0026890908 | |
| 10304670 | 4 years ago | | | 0 | 0.0027457980 | |
| 10304670 | 4 years ago | | | 0 | 0.0023556588 | |
| 10304670 | 4 years ago | | | 0 | 0.0026336508 | |
| 10304670 | 4 years ago | | | 0 | 0.0026336508 | |
| 10304670 | 4 years ago | | | 0 | 0.0022454124 | |
| 10304670 | 4 years ago | | | 0 | 0.0024115740 | |
| 10304670 | 4 years ago | | | 0 | 0.0031250076 |
ABI
ABI objects
Getter at block 21161270
admin() view returns (address)
0xbc33a1f908612640f2849b56b67a4de4d179c151
getAlerters() view returns (address[])
[]
getOperators() view returns (address[])
[0x3A9b02c14d967333cE68E353a64653E258da2BAa, 0x1a105f26E6dD2553EE4b4d142E778B6bfD05F82a, 0xf214dDE57f32F3F34492Ba3148641693058D4A9e]
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
rateContract() view returns (address)
0x798abda6cc246d0edba912092a2a3dbd3d11191b
Read-only
This contract contains no read-only function objects.
State-modifying
Events addAlerter(address newAlerter)
addOperator(address newOperator)
claimAdmin()
removeAlerter(address alerter)
removeOperator(address operator)
setConversionRateAddress(address _contract)
setImbalanceStepFunction(address token, int256[] xBuy, int256[] yBuy, int256[] xSell, int256[] ySell)
transferAdmin(address newAdmin)
transferAdminQuickly(address newAdmin)
withdrawEther(uint256 amount, address sendTo)
withdrawToken(address token, uint256 amount, address sendTo)
AdminClaimed(address newAdmin, address previousAdmin)
AlerterAdded(address newAlerter, bool isAdd)
EtherWithdraw(uint256 amount, address sendTo)
OperatorAdded(address newOperator, bool isAdd)
TokenWithdraw(address token, uint256 amount, address sendTo)
TransferAdminPending(address pendingAdmin)
constructor(address admin, address operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.