EnhancedStepFunctions
Verified contract
Active on
Ethereum with 251 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 "EnhancedStepFunctions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10096446 | 5 years ago | | | 0 | 0.00069929200 | |
| 10096114 | 5 years ago | | | 0 | 0.0010903750 | |
| 10096114 | 5 years ago | | | 0 | 0.0016817400 | |
| 10096082 | 5 years ago | | | 0 | 0.0054268800 | |
| 10072219 | 5 years ago | | | 0 | 0.00069535774 | |
| 10072214 | 5 years ago | | | 0 | 0.00076238400 | |
| 10072210 | 5 years ago | | | 0 | 0.0010204213 | |
| 10072203 | 5 years ago | | | 0 | 0.00076238400 | |
| 10072197 | 5 years ago | | | 0 | 0.0010204213 | |
| 10072188 | 5 years ago | | | 0 | 0.00088149824 |
ABI
ABI objects
Getter at block 21223205
admin() view returns (address)
0xf3d872b9e8d314820dc8e99dafbe1a3feedc27d5
getAlerters() view returns (address[])
[0xF76d38Da26c0c0a4ce8344370D7Ae4c34B031dea, 0xf3D872b9E8d314820dc8E99DAfBe1A3FeEDc27D5]
getListedTokens() view returns (address[])
[0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0xdd974D5C2e2928deA5F71b9825b8b646686BD200, 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599, 0x6B175474E89094C44Da98b954EedeAC495271d0F, 0x41e5560054824eA6B0732E656E3Ad64E20e94E45]
getOperators() view returns (address[])
[0xF76d38Da26c0c0a4ce8344370D7Ae4c34B031dea, 0xf3D872b9E8d314820dc8E99DAfBe1A3FeEDc27D5, 0x7C8060894805a52F2b0970a75AFF481442305963]
numTokensInCurrentCompactData() view returns (uint256)
5
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
reserveContract() view returns (address)
0x8ccfe0e31b8652adeb5cfc37ceffa039fcd97ebb
validRateDurationInBlocks() view returns (uint256)
100
Read-only
getBasicRate(address token, bool buy) view returns (uint256)
getCompactData(address token) view returns (uint256, uint256, bytes1, bytes1)
getImbalancePerToken(address token, uint256 whichBlock) view returns (int256 totalImbalance, int256 currentBlockImbalance)
getRate(address token, uint256 currentBlockNumber, bool buy, uint256 qty) view returns (uint256)
getRateUpdateBlock(address token) view returns (uint256)
getStepFunctionData(address token, uint256 command, uint256 param) view returns (int256)
getTokenBasicData(address token) view returns (bool, bool)
getTokenControlInfo(address token) view returns (uint256, uint256, uint256)
tokenImbalanceData(address, uint256) view returns (uint256)
State-modifying
Events addAlerter(address newAlerter)
addOperator(address newOperator)
addToken(address token)
claimAdmin()
disableTokenTrade(address token)
enableTokenTrade(address token)
recordImbalance(address token, int256 buyAmount, uint256 rateUpdateBlock, uint256 currentBlock)
removeAlerter(address alerter)
removeOperator(address operator)
setBaseRate(address[] tokens, uint256[] baseBuy, uint256[] baseSell, bytes14[] buy, bytes14[] sell, uint256 blockNumber, uint256[] indices)
setCompactData(bytes14[] buy, bytes14[] sell, uint256 blockNumber, uint256[] indices)
setImbalanceStepFunction(address token, int128[] xBuy, int128[] yBuy, int128[] xSell, int128[] ySell)
setImbalanceStepFunction(address token, int256[] xBuy, int256[] yBuy, int256[] xSell, int256[] ySell)
setQtyStepFunction(address, int256[], int256[], int256[], int256[])
setReserveAddress(address reserve)
setTokenControlInfo(address token, uint256 minimalRecordResolution, uint256 maxPerBlockImbalance, uint256 maxTotalImbalance)
setValidRateDurationInBlocks(uint256 duration)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.