VectorBonding
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
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($15.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VEC | ERC-20 | 10.256995 | $1.49 |
$15.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19307751 | 8 months ago | | | 0 | 0.0024547245 | |
| 19270849 | 8 months ago | | | 0 | 0.0023178751 | |
| 19261467 | 8 months ago | | | 0 | 0.0025170202 | |
| 19258717 | 8 months ago | | | 0 | 0.0015075093 | |
| 19255777 | 8 months ago | | | 0 | 0.0030580977 | |
| 19252878 | 8 months ago | | | 0 | 0.0013806106 | |
| 19248393 | 9 months ago | | | 0 | 0.0028399026 | |
| 19246417 | 9 months ago | | | 0 | 0.0012487588 | |
| 19243949 | 9 months ago | | | 0 | 0.0021612750 | |
| 19240803 | 9 months ago | | | 0 | 0.0046136508 |
ABI
ABI objects
Getter at block 21098402
FEE_DENOM() view returns (uint256)
1000000
LP() view returns (address)
0x0000000000000000000000000000000000000000
VEC() view returns (address)
0x1bb9b64927e0c5e207c9db4093b3738eef5d8447
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlockTimestamp)
(add=false, rate=0, target=0, buffer=0, lastBlockTimestamp=0)
bondPrice() view returns (uint256 price_)
0
bondType() view returns (uint8)
1
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
52048954897
debtRatio() view returns (uint256 debtRatio_)
0
feeInVEC() view returns (bool)
true
feePercent() view returns (uint256)
50000
feeTo() view returns (address)
0xa33e58f47e6c6d6620dfbbcf46febe0f9c1abf3b
lastDecay() view returns (uint256)
1707848687
maxPayout() view returns (uint256)
223958096315
owner() view returns (address)
0xe0eb63b4e18ff1e646ab7e37510e6eaf287ade3d
principalToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 maxDebt)
(controlVariable=200000, vestingTerm=604800, minimumPrice=0, maxPayout=25, maxDebt=125000000000)
totalDebt() view returns (uint256)
52048954897
totalPayoutGiven() view returns (uint256)
13985278482144
totalPrincipalBonded() view returns (uint256)
211554001380995877290
treasury() view returns (address)
0x2dd568028682ff2961cc341a4849f1b32f371064
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
vETH() view returns (address)
0x38d64ce1bdf1a9f24e0ec469c9cade61236fb4a0
Read-only
bondInfo(address) view returns (uint256 payout, uint256 vesting, uint256 lastBlockTimestamp, uint256 truePricePaid)
payoutFor(uint256 _amount) view returns (uint256 _payout, uint256 _fee, uint256 _value)
pendingPayoutFor(address _depositor) view returns (uint256 pendingPayout_)
percentVestedFor(address _depositor) view returns (uint256 percentVested_)
State-modifying
Events deposit(uint256 _amount, uint256 _maxPrice) returns (uint256)
initializeBond(uint256 _controlVariable, uint256 _vestingTerm, uint256 _minimumPrice, uint256 _maxPayout, uint256 _maxDebt, uint256 _initialDebt, uint8 _bondType)
redeem(address _depositor) returns (uint256)
setAdjustment(bool _addition, uint256 _increment, uint256 _target, uint256 _buffer)
setBondTerms(uint8 _parameter, uint256 _input)
setFeeAndFeeTo(address _feeTo, uint256 _feePercent)
transferOwnership(address newOwner)
withdrawStuckToken(address _token, address _to, uint256 _amount)
BondCreated(uint256 deposit, uint256 payout, uint256 expires)
BondPriceChanged(uint256 internalPrice, uint256 debtRatio)
BondRedeemed(address recipient, uint256 payout, uint256 remaining)
ControlVariableAdjustment(uint256 initialBCV, uint256 newBCV, uint256 adjustment, bool addition)
constructor(address _treasury, address _vETH, address _principalToken, bool _feeInVEC)
This contract contains no fallback and receive objects.
This contract contains no error objects.