DirectBondDepositor
Verified contract
Active on
Ethereum with 63 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DirectBondDepositor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18647635 | a year ago | | | 0 | 0.0078272917 | |
| 18606820 | a year ago | | | 0 | 0.0091730340 | |
| 16864495 | 2 years ago | | | 0 | 0.0067016399 | |
| 16860207 | 2 years ago | | | 0 | 0.0040274789 | |
| 14492543 | 3 years ago | | | 0 | 0.011665520 | |
| 14347170 | 3 years ago | | | 0 | 0.0095339906 | |
| 14040753 | 3 years ago | | | 0 | 0.028601502 | |
| 14032973 | 3 years ago | | | 0 | 0.031410873 | |
| 14022871 | 3 years ago | | | 0 | 0.021802300 | |
| 14002596 | 3 years ago | | | 0 | 0.056159906 |
ABI
ABI objects
Getter at block 21315545
ald() view returns (address)
0xb26c4b3ca601136daf98593feaeff9e0ca702a8d
owner() view returns (address)
0xc40549aa1d05c30af23a1c4a5af6ba11fcafe23f
staking() view returns (address)
0x71072bd71cc4f83154f1f77b4bd5e2d71bd6aa2c
treasury() view returns (address)
0x5aa403275cdf5a487d195e8306fd0628d4f5747b
Read-only
getBondALD(address _token, uint256 _amount) view returns (uint256)
isBondAsset(address) view returns (bool)
isLiquidityToken(address) view returns (bool)
totalPurchased(address) view returns (uint256)
State-modifying
Events addLiquidityToken(address _pair)
deposit(address _token, uint256 _amount, uint256 _minBondAmount)
initialize(address _staking)
renounceOwnership()
transferOwnership(address newOwner)
updateBondAsset(address _token, bool _status)
AddLiquidityToken(address indexed token)
Deposit(address indexed caller, address indexed token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateBondAsset(address indexed token, bool status)
constructor(address _ald, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.