InchWormVaultLiveTest
Verified contract
Active on
Ethereum with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($173.59)
Native
Value
$172.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04972 | $3,473.43 |
$172.7 | |
0x89d2…0359 | ERC-20 | 0.048911 | $18.19 |
$0.89 | |
INCH.1 | ERC-20 | 100B | -- | -- | |
AMB | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9067476 | 5 years ago | | | 0 | 0.000065138700 | |
| 8266177 | 5 years ago | | | 0 | 0.000041463000 | |
| 8252538 | 5 years ago | | | 0 | 0.000049755600 | |
| 8246688 | 5 years ago | | | 0 | 0.000041463000 | |
| 8183656 | 5 years ago | | | 0 | 0.000041463000 | |
| 8175172 | 5 years ago | | | 0 | 0.000049755600 | |
| 8170349 | 5 years ago | | | 0 | 0.000041463000 | |
| 8170339 | 5 years ago | | | 0 | 0.000090570000 | |
| 8170330 | 5 years ago | | | 0 | 0.000090570000 | |
| 8170322 | 5 years ago | | | 0 | 0.000060924000 |
ABI
ABI objects
Getter at block 21266538
canPegBeDecreased() view returns (bool)
true
canPegBeIncreased() view returns (bool)
false
etherPeg() view returns (uint256)
213
getDaiBalance() view returns (uint256)
48911144000000003
getEthBalance() view returns (uint256)
49720045633802818
getFeePercent() pure returns (uint256)
3
getInchBalance() view returns (uint256)
99999999985219528567170755092
getPremium() view returns (uint256)
743577
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x84f30ac37924042432d884a1f110f99ad928358f
pegMoveCooldown() view returns (uint256)
43200
pegMoveReadyTime() view returns (uint256)
1564723975
premium() view returns (uint256)
743577
vzgetCirculatingSupply() view returns (uint256)
14780471432829244908
Read-only
afterFeeDaiReturns(uint256 _inchToSell) view returns (uint256)
afterFeeEthReturns(uint256 _inchToSell) view returns (uint256)
getOwnerInch(address _a) view returns (uint256)
State-modifying
Events __buyInchWithDai(uint256 _inchToBuy)
__buyInchWithWei() payable
__sellInchForDai(uint256 _inchToSell)
__sellInchForEth(uint256 _inchToSell)
acceptOwnership()
decreasePeg()
increasePeg()
increasePremium(uint256 _inchFeesPaid)
initialize(address _inchwormAddress, address _daiAddress, address _deployer)
transferAccidentalERC20Tokens(address tokenAddress, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
BuyInchWithDai(uint256 inch, uint256 dai)
BuyInchWithWei(uint256 inch, uint256 _wei)
OwnershipTransferred(address indexed _from, address indexed _to)
PremiumIncreased(uint256 inchSold, uint256 premiumIncrease)
SellInchForDai(uint256 inch, uint256 dai)
SellInchForWei(uint256 inch, uint256 _wei)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.