FXNDepositor
Verified contract
Active on
Ethereum with 126 txns
Balances ($0.00)
No balances found for "FXNDepositor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267324 | 11 hours ago | | | 0 | 0.0086203698 | |
| 21248826 | 3 days ago | | | 0 | 0.0058992365 | |
| 21245686 | 3 days ago | | | 0 | 0.0068217702 | |
| 21243191 | 4 days ago | | | 0 | 0.0060227985 | |
| 21232839 | 5 days ago | | | 0 | 0.0045865885 | |
| 21219214 | 7 days ago | | | 0 | 0.0031788466 | |
| 21214494 | 8 days ago | | | 0 | 0.0076575894 | |
| 21211041 | 8 days ago | | | 0 | 0.0047260318 | |
| 21208570 | 9 days ago | | | 0 | 0.0042411063 | |
| 21206726 | 9 days ago | | | 0 | 0.0072489121 |
ABI
ABI objects
Getter at block 21270486
DENOMINATOR() view returns (uint256)
10000
futureGovernance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
gauge() view returns (address)
0xbcfe5c47129253c6b8a9a00565b3358b488d42e0
governance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
incentiveToken() view returns (uint256)
0
lockIncentivePercent() view returns (uint256)
10
locker() view returns (address)
0x75736518075a01034fa72d675d36a47e9b06b2fb
minter() view returns (address)
0xe19d1c837b8a1c83a56cd9165b2c0256d39653ad
token() view returns (address)
0x365accfca291e7d3914637abf1f7635db165bb09
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptGovernance()
createLock(uint256 _amount)
deposit(uint256 _amount, bool _lock, bool _stake, address _user)
lockToken()
setFees(uint256 _lockIncentive)
setGauge(address _gauge)
setSdTokenMinterOperator(address _minter)
transferGovernance(address _governance)
CreateLock(uint256 amount, uint256 duration)
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, address _gauge)
This contract contains no fallback and receive objects.
ADDRESS_ZERO()
AMOUNT_ZERO()
GOVERNANCE()