AsgardBondDepository
Verified contract
Active on
Ethereum with 531 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASG | ERC-20 | 2.050135K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13065148 | 3 years ago | | | 0 | 0.0056163360 | |
| 13056723 | 3 years ago | | | 0 | 0.023499436 | |
| 13055930 | 3 years ago | | | 0 | 0.0017042880 | |
| 13054167 | 3 years ago | | | 0 | 0.0078089535 | |
| 13053628 | 3 years ago | | | 0 | 0.0022089870 | |
| 13053153 | 3 years ago | | | 0 | 0.0094571744 | |
| 13052997 | 3 years ago | | | 0 | 0.0030791940 | |
| 13052863 | 3 years ago | | | 0 | 0.0095945740 | |
| 13052856 | 3 years ago | | | 0 | 0.012098007 | |
| 13052767 | 3 years ago | | | 0 | 0.014952774 |
ABI
ABI objects
Getter at block 21160096
ASG() view returns (address)
0x0dc5189ec8cde5732a01f0f592e927b304370551
DAO() view returns (address)
0xe3dfece2fc903a1280650c05ab471c0413607c1d
adjustment() view returns (bool add, uint256 rate, uint256 target, uint256 buffer, uint256 lastBlock)
(add=false, rate=0, target=0, buffer=0, lastBlock=0)
bondCalculator() view returns (address)
0x0000000000000000000000000000000000000000
bondPrice() view returns (uint256 price_)
100
bondPriceInUSD() view returns (uint256 price_)
1000000000000000000
currentDebt() view returns (uint256)
0
debtDecay() view returns (uint256 decay_)
1111399619329087
debtRatio() view returns (uint256 debtRatio_)
0
isLiquidityBond() view returns (bool)
false
lastDecay() view returns (uint256)
13017713
maxPayout() view returns (uint256)
0
policy() view returns (address)
0xb34a1922cccc0707b90d16724e0a0cec58b6a5c6
principle() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
staking() view returns (address)
0x0000000000000000000000000000000000000000
stakingHelper() view returns (address)
0x3a424dc0fc7afcc6e0fef1c8da46c856f2bae181
standardizedDebtRatio() view returns (uint256)
0
terms() view returns (uint256 controlVariable, uint256 vestingTerm, uint256 minimumPrice, uint256 maxPayout, uint256 fee, uint256 maxDebt)
(controlVariable=4, vestingTerm=33110, minimumPrice=0, maxPayout=0, fee=10000, maxDebt=1000000000000000000000000)
totalDebt() view returns (uint256)
1111399619329087
treasury() view returns (address)
0x9d5818af130705f95444d78a55b4f3d85cbfcc13
useHelper() view returns (bool)
true
Read-only
bondInfo(address) view returns (uint256 payout, uint256 vesting, uint256 lastBlock, uint256 pricePaid)
payoutFor(uint256 _value) view returns (uint256)
pendingPayoutFor(address _depositor) view returns (uint256 pendingPayout_)
percentVestedFor(address _depositor) view returns (uint256 percentVested_)
State-modifying
Events deposit(uint256 _amount, uint256 _maxPrice, address _depositor) returns (uint256)
initializeBondTerms(uint256 _controlVariable, uint256 _vestingTerm, uint256 _minimumPrice, uint256 _maxPayout, uint256 _fee, uint256 _maxDebt, uint256 _initialDebt)
pullManagement()
pushManagement(address newOwner_)
recoverLostToken(address _token) returns (bool)
redeem(address _recipient, bool _stake) returns (uint256)
renounceManagement()
setAdjustment(bool _addition, uint256 _increment, uint256 _target, uint256 _buffer)
setBondTerms(uint8 _parameter, uint256 _input)
setStaking(address _staking, bool _helper)
BondCreated(uint256 deposit, uint256 indexed payout, uint256 indexed expires, uint256 indexed priceInUSD)
BondPriceChanged(uint256 indexed priceInUSD, uint256 indexed internalPrice, uint256 indexed debtRatio)
BondRedeemed(address indexed recipient, uint256 payout, uint256 remaining)
ControlVariableAdjustment(uint256 initialBCV, uint256 newBCV, uint256 adjustment, bool addition)
OwnershipPulled(address indexed previousOwner, address indexed newOwner)
OwnershipPushed(address indexed previousOwner, address indexed newOwner)
constructor(address _ASG, address _principle, address _treasury, address _DAO, address _bondCalculator)
This contract contains no fallback and receive objects.
This contract contains no error objects.