StableCoin
Verified contract
Active on
Ethereum with 3,774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe8bd…c240
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
iDOL | ERC-20 | 31.968406M | -- | -- | |
SBT07130310 | ERC-20 | 1M | -- | -- | |
SBT09180200 | ERC-20 | 9.560338K | -- | -- | |
SBT10020200 | ERC-20 | 4.519217K | -- | -- | |
SBT09250200 | ERC-20 | 3.120523K | -- | -- | |
SBT10020190 | ERC-20 | 2.73029K | -- | -- | |
SBT10230160 | ERC-20 | 1.859854K | -- | -- | |
SBT10160170 | ERC-20 | 1.355586K | -- | -- | |
SBT10090180 | ERC-20 | 1.229133K | -- | -- | |
SBT09180130 | ERC-20 | 406.187093 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21054648 | a month ago | | | 0 | 0.00022071744 | |
| 20853576 | 2 months ago | | | 0 | 0.00015204908 | |
| 20496756 | 4 months ago | | | 0 | 0.000031343800 | |
| 20496754 | 4 months ago | | | 0 | 0.000034097668 | |
| 19957384 | 6 months ago | | | 0 | 0.000089336171 | |
| 19957384 | 6 months ago | | | 0 | 0.000089336171 | |
| 19885500 | 7 months ago | | | 0 | 0.000083138895 | |
| 19885500 | 7 months ago | | | 0 | 0.000083138895 | |
| 19885500 | 7 months ago | | | 0 | 0.000083138895 | |
| 19885500 | 7 months ago | | | 0 | 0.000083138895 |
ABI
ABI objects
Getter at block 21323604
decimals() view returns (uint8)
8
name() view returns (string)
iDOL
solidValueTotal() view returns (uint256)
314914121889784100000
symbol() view returns (string)
iDOL
totalSupply() view returns (uint256)
31491412187679886
Read-only
allowance(address owner, address spender) view returns (uint256)
auctionTriggerCount(bytes32) view returns (uint64)
balanceOf(address account) view returns (uint256)
calcSBT2IDOL(uint256 solidBondValueE12) view returns (uint256 IDOLAmountE8)
generatePoolID(bytes32 bondID, uint64 count) pure returns (bytes32)
getCurrentPoolID(bytes32 bondID) view returns (bytes32)
getEmergencyBorderInfo(uint256 xxE8) pure returns (int256 aaE4, int256 bE4)
getLockedPool(address user, bytes32 poolID) view returns (uint64, uint64)
getPoolInfo(bytes32 poolID) view returns (uint64 lockedSBTTotal, uint64 unlockedSBTTotal, uint64 lockedPoolIDOLTotal, uint64 burnedIDOLTotal, uint64 soldSBTTotalInAuction, uint64 paidIDOLTotalInAuction, uint64 settledAverageAuctionPrice, bool isAllAmountSoldInAuction)
isDangerSolidBond(uint256 rateETH2USD, uint256 solidBondStrikePrice, uint256 volatility, uint256 untilMaturity) pure returns (bool)
isInEmergency(uint256 rateETH2USD, uint256 solidBondStrikePrice, uint256 volatility, uint256 untilMaturity) pure returns (bool)
lockedPoolE8(address, bytes32) view returns (uint64 IDOLAmount, uint64 baseSBTAmount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
isAcceptableSBT(bytes32 bondID) returns (bool)
mint(bytes32 bondID, address recipient, uint64 lockAmountE8) returns (bytes32 poolID, uint64 obtainIDOLAmountE8, uint64 poolIDOLAmountE8)
returnLockedPool(bytes32[] poolIDs) returns (uint64)
returnLockedPoolTo(bytes32[] poolIDs, address account) returns (uint64)
setAuctionContract(address contractAddress)
setSettledAverageAuctionPrice(bytes32 bondID, uint64 totalPaidIDOL, uint64 SBTAmount, bool isLast)
startAuctionByMarket(bytes32 bondID)
startAuctionOnMaturity(bytes32 bondID)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unlockSBT(bytes32 bondID, uint64 burnAmountE8) returns (uint64)
Approval(address indexed owner, address indexed spender, uint256 value)
LogBurnIDOL(bytes32 indexed bondID, address indexed owner, uint256 burnIDOLAmount, uint256 unlockSBTAmount)
LogIsAcceptableSBT(bytes32 indexed bondID, bool isAcceptable)
LogLambda(bytes32 indexed poolID, uint64 settledAverageAuctionPrice, uint256 totalSupply, uint256 lockedSBTValue)
LogMintIDOL(bytes32 indexed bondID, address indexed owner, bytes32 poolID, uint256 obtainIDOLAmount, uint256 poolIDOLAmount)
LogReturnLockedPool(bytes32 indexed poolID, address indexed owner, uint64 backIDOLAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address oracleAddress, address bondMakerAddress, uint256 auctionSpan, uint256 emergencyAuctionSpan, uint256 mintIDOLAmountBorder)
This contract contains no fallback and receive objects.
This contract contains no error objects.