KarrotFullProtec
Verified contract
Active on
Ethereum with 495 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1b7d…e733
Balances ($0.00)
No balances found for "KarrotFullProtec"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134356 | a month ago | | | 0 | 0.0011273888 | |
| 19815195 | 7 months ago | | | 0 | 0.00060182317 | |
| 19493137 | 8 months ago | | | 0 | 0.0017906441 | |
| 19491727 | 8 months ago | | | 0 | 0.0029477925 | |
| 19301656 | 9 months ago | | | 0 | 0.0038922746 | |
| 19298456 | 9 months ago | | | 0 | 0.0033380603 | |
| 19293949 | 9 months ago | | | 0 | 0.0031002806 | |
| 19138394 | 10 months ago | | | 0 | 0.0024278554 | |
| 19012175 | a year ago | | | 0 | 0.0029756341 | |
| 18906378 | a year ago | | | 0 | 0.0019134556 |
ABI
ABI objects
Getter at block 21322675
config() view returns (address)
0x1b7d040a501f19f1e28ed9fe58e307a9516ee733
depositsEnabled() view returns (bool)
true
fullProtecLockDuration() view returns (uint32)
345600
getTotalStakedAmount() view returns (uint256)
1873025773140282858793626960597
outputAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x3809d11a9efd74e4ee7c280704306ae50e65ed39
thresholdFullProtecKarrotBalance() view returns (uint224)
400000000000000000000000000
totalStaked() view returns (uint256)
1873025773140282858793626960597
Read-only
getIsUserAboveThresholdToAvoidClaimTax(address _user) view returns (bool)
getUserStakedAmount(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 lockEndedTimestamp)
State-modifying
Events deposit(uint256 _amount)
openFullProtecDeposits()
renounceOwnership()
setConfigManager(address _configManager)
setFullProtecLockDuration(uint32 _lockDuration)
setOutputAddress(address _outputAddress)
setThresholdFullProtecKarrotBalance(uint224 _threshold)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawERC20FromContract(address _to, address _token)
withdrawEthFromContract()
Deposit(address indexed user, uint256 amount)
FullProtecOpened(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDepositsEnabled(bool enabled)
SetLockDuration(uint256 fullProtecLockDuration)
TaxRatioUpdate(address indexed user, uint256 indexed newUserTaxRatio)
Withdraw(address indexed user, uint256 amount)
constructor(address _configManager)
This contract contains no fallback and receive objects.
CallerIsNotConfig()
DepositsDisabled()
ForwardFailed()
InvalidAllowance()
InvalidAmount()
NoOutputAddressSet()
StillLocked()