Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 4.446211 | $3,361.65 |
$14,946.61 | |
USA | ERC-20 | 1 | $0.00086 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000821 |
$0 | |
XBOO | ERC-20 | 88 | -- | -- | |
BEEY | ERC-20 | 67 | -- | -- | |
GURMY | ERC-20 | 3.33 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22582211 | 3 days ago | | | 0 | 0.000000049069490415 | |
| 22354610 | 9 days ago | | | 0 | 0.000000106223133200 | |
| 22107253 | 14 days ago | | | 0 | 1.5779556e-7 | |
| 22107210 | 14 days ago | | | 0 | 0.000000083925354132 | |
| 22107151 | 14 days ago | | | 0 | 2.2989647e-7 | |
| 21977087 | 17 days ago | | | 0 | 1.8174778e-7 | |
| 21977037 | 17 days ago | | | 0 | 0.000000086412619155 | |
| 21977010 | 17 days ago | | | 0 | 1.8902632e-7 | |
| 21821183 | 21 days ago | | | 0 | 1.6000766e-7 | |
| 21821146 | 21 days ago | | | 0 | 1.4985723e-7 |
ABI
ABI objects
Getter at block 22729012
BASE() view returns (address)
0x4200000000000000000000000000000000000006
DECIMALS() view returns (uint8)
18
DIVISOR() view returns (uint256)
10000
FEES() view returns (address)
0x8d05ef8093a746101cee1a0578edd277f3ecd6c1
FLOOR_PRICE() view returns (uint256)
1000000000000000000
OTOKEN() view returns (address)
0xbe1053ec4ac137c9a5b4462d53d5c2c0b89a2b79
PRECISION() view returns (uint256)
1000000000000000000
PROTOCOL_FEE() view returns (uint256)
30
PROVIDER_FEE() view returns (uint256)
4000
VTOKEN() view returns (address)
0x60c08737877a5262bdb1c1cac8fb90b5e5b11515
debtTotal() view returns (uint256)
724576259856512484736
decimals() view returns (uint8)
18
frBASE() view returns (uint256)
728116948209563989522
getFloorPrice() pure returns (uint256)
1000000000000000000
getMarketPrice() view returns (uint256)
1001811865524254165
getMaxSell() view returns (uint256)
904703546710396526
getOTokenPrice() view returns (uint256)
1811865524254165
getTotalValueLocked() view returns (uint256)
729022470985941802102
mrrBASE() view returns (uint256)
905522776377812580
mrrTOKEN() view returns (uint256)
999095296453289602612
mrvBASE() view returns (uint256)
1000000000000000000000
name() view returns (string)
ToupeeTech
symbol() view returns (string)
WIG
totalSupply() view returns (uint256)
729021651756274386910
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
debts(address) view returns (uint256)
getAccountCredit(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
borrow(uint256 amountBase) returns (bool)
buy(uint256 amountBase, uint256 minToken, uint256 expireTimestamp, address toAccount, address provider) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exercise(uint256 amountOToken, address toAccount) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem(uint256 amountToken, address toAccount) returns (bool)
repay(uint256 amountBase) returns (bool)
sell(uint256 amountToken, uint256 minBase, uint256 expireTimestamp, address toAccount, address provider) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
TOKEN__Borrow(address indexed account, uint256 amount)
TOKEN__Buy(address indexed account, address indexed to, uint256 amount)
TOKEN__Exercise(address indexed account, address indexed to, uint256 amount)
TOKEN__Redeem(address indexed account, address indexed to, uint256 amount)
TOKEN__Repay(address indexed account, uint256 amount)
TOKEN__Sell(address indexed account, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _BASE, uint256 _supplyTOKEN, address _OTOKENFactory, address _VTOKENFactory, address _VTOKENRewarderFactory, address _TOKENFeesFactory)
This contract contains no fallback and receive objects.
TOKEN__ExceedsBorrowCreditLimit()
TOKEN__ExceedsSwapMarketReserves()
TOKEN__ExceedsSwapSlippageTolerance()
TOKEN__InvalidDecimals()
TOKEN__InvalidZeroAddress()
TOKEN__InvalidZeroInput()
TOKEN__SwapExpired()