BalancerDepositor
Verified contract
Active on
Ethereum with 272 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 "BalancerDepositor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21374816 | 4 days ago | | | 0 | 0.012080746 | |
| 21270082 | 19 days ago | | | 0 | 0.0060286973 | |
| 21202255 | a month ago | | | 0 | 0.0043484197 | |
| 21202214 | a month ago | | | 0 | 0.0076875978 | |
| 21163447 | a month ago | | | 0 | 0.011850748 | |
| 21072901 | 2 months ago | | | 0 | 0.0077177204 | |
| 21069335 | 2 months ago | | | 0 | 0.0059771112 | |
| 21047606 | 2 months ago | | | 0 | 0.0033276686 | |
| 21037412 | 2 months ago | | | 0 | 0.0086248675 | |
| 20951890 | 2 months ago | | | 0 | 0.0036061192 |
ABI
ABI objects
Getter at block 21403758
FEE_DENOMINATOR() view returns (uint256)
10000
gauge() view returns (address)
0x3e8c72655e48591d93e6dfda16823db0ff23d859
governance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
incentiveToken() view returns (uint256)
0
lockIncentive() view returns (uint256)
10
locker() view returns (address)
0xea79d1a83da6db43a85942767c389fe0acf336a5
minter() view returns (address)
0xf24d8651578a55b0c119b9910759a351a3458895
relock() view returns (bool)
true
token() view returns (address)
0x5c6ee304399dbdb9c8ef030ab642b10820db8f56
unlockTime() view returns (uint256)
1764806400
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(uint256 _amount, bool _lock, bool _stake, address _user)
depositAll(bool _lock, bool _stake, address _user)
lockToken()
setFees(uint256 _lockIncentive)
setGauge(address _gauge)
setGovernance(address _governance)
setRelock(bool _relock)
setSdTokenOperator(address _operator)
Deposited(address indexed caller, address indexed user, uint256 amount, bool lock, bool stake)
FeesChanged(uint256 newFee)
GovernanceChanged(address indexed newGovernance)
IncentiveReceived(address indexed caller, uint256 amount)
SdTokenOperatorChanged(address indexed newSdToken)
TokenLocked(address indexed user, uint256 amount)
constructor(address _token, address _locker, address _minter)
This contract contains no fallback and receive objects.
This contract contains no error objects.