BatchedBancorMarketMaker
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x62e1…7c00
0x21bf…3697
0x6b2d…1e73
0x6b17…1d0f
Balances ($1.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 1 | $0.998599 |
$1 | |
TKX | ERC-20 | 0.000005 | $11.55 |
$0 | |
StableDAI.com | ERC-20 | 413 | -- | -- | |
daiblack.com | ERC-20 | 300 | -- | -- | |
DBTC | ERC-20 | 0.108 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 14250826 | 3 years ago | | | 0.0074489 | 0.0032239336 | |
Transfer | 14245041 | 3 years ago | | | 0.004 | 0.0015281155 | |
Transfer | 13970622 | 3 years ago | | | 0.0216932 | 0.0031779460 | |
Transfer | 13933787 | 3 years ago | | | 0.0054895 | 0.0032200380 | |
Transfer | 13911051 | 3 years ago | | | 0.266656 | 0.0017047260 | |
Transfer | 13898309 | 3 years ago | | | 0.04 | 0.0014732200 | |
Transfer | 13869699 | 3 years ago | | | 0.265 | 0.0027780720 | |
Transfer | 13844599 | 3 years ago | | | 0.0332714 | 0.0025465660 | |
Transfer | 13826343 | 3 years ago | | | 0.27 | 0.0019954800 | |
Transfer | 13825952 | 3 years ago | | | 0.0079915 | 0.0034304980 |
ABI
ABI objects
Getter at block 21244773
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
PCT_BASE() view returns (uint256)
1000000000000000000
PPM() view returns (uint32)
1000000
batchBlocks() view returns (uint256)
1
beneficiary() view returns (address)
0xe566b4cfed3eadf30ad2603e370193b63e8eff47
buyFeePct() view returns (uint256)
0
controller() view returns (address)
0x5c0d928a3d86766e6c2ca7378abe76e7b2ff1028
dao() view returns (address)
0xe06748876bf92340d56c536388568cbcf679bc11
formula() view returns (address)
0x6b2d3b366c3417c46240ab62c2878ffda9861e73
getCurrentBatchId() view returns (uint256)
21244773
isOpen() view returns (bool)
true
owner() view returns (address)
0x5c0d928a3d86766e6c2ca7378abe76e7b2ff1028
rewardToken() view returns (address)
0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697
sellFeePct() view returns (uint256)
0
tap() view returns (address)
0x62e1a2e112ff4215b510f7eea04b75e161c57c00
tokensToBeMinted() view returns (uint256)
54074820573333224100754
Read-only
collaterals(address) view returns (bool whitelisted, uint256 virtualSupply, uint256 virtualBalance, uint32 reserveRatio, uint256 slippage)
collateralsToBeClaimed(address) view returns (uint256)
getBatch(uint256 _batchId, address _collateral) view returns (bool, bool, uint256, uint256, uint32, uint256, uint256, uint256, uint256, uint256)
getCollateralToken(address _collateral) view returns (bool, uint256, uint256, uint32, uint256)
getStaticPricePPM(uint256 _supply, uint256 _balance, uint32 _reserveRatio) pure returns (uint256)
metaBatches(uint256) view returns (bool initialized, uint256 realSupply, uint256 buyFeePct, uint256 sellFeePct, address formula)
State-modifying
Events addCollateralToken(address _collateral, uint256 _virtualSupply, uint256 _virtualBalance, uint32 _reserveRatio, uint256 _slippage)
claimBuyOrder(address _buyer, uint256 _batchId, address _collateral)
claimCancelledBuyOrder(address _buyer, uint256 _batchId, address _collateral)
claimCancelledSellOrder(address _seller, uint256 _batchId, address _collateral)
claimSellOrder(address _seller, uint256 _batchId, address _collateral)
openBuyOrder(address _buyer, address _collateral, uint256 _value) payable
openSellOrder(address _seller, address _collateral, uint256 _amount)
pause()
removeCollateralToken(address _collateral)
renounceOwnership()
setUpMarket(address _controller, address _tap)
transfer(address _collateralToken, uint256 _amount)
transferOwnership(address newOwner)
updateBeneficiary(address _beneficiary)
updateCollateralToken(address _collateral, uint256 _virtualSupply, uint256 _virtualBalance, uint32 _reserveRatio, uint256 _slippage)
updateFees(uint256 _buyFeePct, uint256 _sellFeePct)
updateFormula(address _formula)
AddCollateralToken(address indexed collateral, uint256 virtualSupply, uint256 virtualBalance, uint32 reserveRatio, uint256 slippage)
CancelBatch(uint256 indexed id, address indexed collateral)
ClaimBuyOrder(address indexed buyer, uint256 indexed batchId, address indexed collateral, uint256 amount)
ClaimCancelledBuyOrder(address indexed buyer, uint256 indexed batchId, address indexed collateral, uint256 value)
ClaimCancelledSellOrder(address indexed seller, uint256 indexed batchId, address indexed collateral, uint256 amount)
ClaimSellOrder(address indexed seller, uint256 indexed batchId, address indexed collateral, uint256 fee, uint256 value)
NewBatch(uint256 indexed id, address indexed collateral, uint256 supply, uint256 balance, uint32 reserveRatio, uint256 slippage)
NewMetaBatch(uint256 indexed id, uint256 supply, uint256 buyFeePct, uint256 sellFeePct, address formula)
Open()
OpenBuyOrder(address indexed buyer, uint256 indexed batchId, address indexed collateral, uint256 fee, uint256 value)
OpenSellOrder(address indexed seller, uint256 indexed batchId, address indexed collateral, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveCollateralToken(address indexed collateral)
UpdateBeneficiary(address indexed beneficiary)
UpdateCollateralToken(address indexed collateral, uint256 virtualSupply, uint256 virtualBalance, uint32 reserveRatio, uint256 slippage)
UpdateFees(uint256 buyFeePct, uint256 sellFeePct)
UpdateFormula(address indexed formula)
UpdatePricing(uint256 indexed batchId, address indexed collateral, uint256 totalBuySpend, uint256 totalBuyReturn, uint256 totalSellSpend, uint256 totalSellReturn)
paused()
constructor(address _formula, address _rewardToken, address _dai, address _dao, address _beneficiary, uint256 _batchBlocks, uint256 _buyFeePct, uint256 _sellFeePct)
This contract contains no fallback and receive objects.
This contract contains no error objects.