AutotronicAutoCompound
Verified contract
Active on
Base with 196 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 "AutotronicAutoCompound"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7562975 | a year ago | | | 0 | 0.000000701812000000 | |
| 7388896 | a year ago | | | 0 | 0.0017203651 | |
| 7388890 | a year ago | | | 0 | 0.0015118651 | |
| 6972466 | a year ago | | | 0 | 0.000000003352479354 | |
| 6972416 | a year ago | | | 0 | 0.000000006159481072 | |
| 6788808 | a year ago | | | 0 | 0.0010128100 | |
| 6579955 | a year ago | | | 0 | 5.6441700e-7 | |
| 6579943 | a year ago | | | 0 | 6.8836400e-7 | |
| 6579936 | a year ago | | | 0 | 0.000000604855000000 | |
| 6385485 | a year ago | | | 0 | 4.2233300e-7 |
ABI
ABI objects
Getter at block 22779243 calculateHarvestAutotronicRewards() view returns (uint256) calculateTotalPendingAutotronicRewards() view returns (uint256)
MAX_CALL_FEE() view returns (uint256)
100
MAX_PERFORMANCE_FEE() view returns (uint256)
500
MAX_WITHDRAW_FEE() view returns (uint256)
100
MAX_WITHDRAW_FEE_PERIOD() view returns (uint256)
259200
admin() view returns (address)
0xe3c7a10477d17b699d8821629ac74941bafe7fe8
available() view returns (uint256)
0
balanceOf() view returns (uint256)
8119657054882796160898
callFee() view returns (uint256)
25
getPricePerFullShare() view returns (uint256)
4517337248236081122
lastHarvestedTime() view returns (uint256)
1701915297
masterchef() view returns (address)
0x1b550b3aa4b60773309d1aae5ff308d13027d658
owner() view returns (address)
0xe3c7a10477d17b699d8821629ac74941bafe7fe8
paused() view returns (bool)
false
performanceFee() view returns (uint256)
200
stakePoolID() view returns (uint16)
1
token() view returns (address)
0x1628d1d2cf4a9b64295c4b420ec346477fde430d
totalShares() view returns (uint256)
1797443185817782395537
treasury() view returns (address)
0xe3c7a10477d17b699d8821629ac74941bafe7fe8
withdrawFee() view returns (uint256)
10
withdrawFeePeriod() view returns (uint256)
259200
Read-only
userInfo(address) view returns (uint256 shares, uint256 lastDeposit, uint256 autotronicAtLastAction, uint256 lastActionTime)
State-modifying
Events deposit(uint256 _amount)
emergencyWithdraw()
harvest()
pause()
renounceOwnership()
rescueTokens(address _token)
setAdmin(address _admin)
setCallFee(uint256 _callFee)
setPerformanceFee(uint256 _performanceFee)
setStakePoolID(uint16 _newPID)
setTreasury(address _treasury)
setWithdrawFee(uint256 _withdrawFee)
setWithdrawFeePeriod(uint256 _withdrawFeePeriod)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _shares)
withdrawAll()
Deposit(address indexed sender, uint256 amount, uint256 shares, uint256 lastDepositedTime)
Harvest(address indexed sender, uint256 performanceFee, uint256 callFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Paused(address account)
Unpause()
Unpaused(address account)
Withdraw(address indexed sender, uint256 amount, uint256 shares)
constructor(address _token, address _masterchef, address _admin, address _treasury, uint16 _stakePoolID)
This contract contains no fallback and receive objects.
This contract contains no error objects.