Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb1a4…0958
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACE | ERC-20 | 3.613658M | -- | -- | |
Ace-LP | ERC-20 | 21.32135 | -- | -- | |
Ace-LP | ERC-20 | 0.00063 | -- | -- | |
Ace-LP | ERC-20 | 0.000001 | -- | -- | |
Ace-LP | ERC-20 | 0.000001 | -- | -- | |
Ace-LP | ERC-20 | 0 | -- | -- | |
Ace-LP | ERC-20 | 0 | -- | -- | |
Ace-LP | ERC-20 | 0 | -- | -- | |
Ace-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18177343 | 4 months ago | | | 0 | 0.0000012405050 | |
| 15859093 | 5 months ago | | | 0 | 0.0000020515056 | |
| 15859073 | 5 months ago | | | 0 | 0.0000017306642 | |
| 15859012 | 5 months ago | | | 0 | 0.0000017568555 | |
| 14779648 | 6 months ago | | | 0 | 0.0000053317976 | |
| 14779624 | 6 months ago | | | 0 | 0.0000045084163 | |
| 14779607 | 6 months ago | | | 0 | 0.0000045650154 | |
| 14142450 | 7 months ago | | | 0 | 0.0000046933088 | |
| 14142446 | 7 months ago | | | 0 | 0.0000046309552 | |
| 14142437 | 7 months ago | | | 0 | 0.0000058481201 |
ABI
ABI objects
Getter at block 22909506
manager() view returns (address)
0x81a9ec1f0c6ac8fa8a7024aeede15406150e83d7
owner() view returns (address)
0x209e02f8296b80977380ebdd58569675e9fca472
poolLength() view returns (uint256)
9
rewardPerSec() view returns (uint256)
1000000000000000000
startTime() view returns (uint256)
1694527200
token() view returns (address)
0xb1a45a38b88b2183f7523db2e5e5cea55b050958
totalAllocPoint() view returns (uint256)
5700
treasury() view returns (address)
0x209e02f8296b80977380ebdd58569675e9fca472
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setManager(address newManager)
setStartTime(uint256 _startTime)
setTreasury(address _treasury)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardPerSecond(uint256 _rewardPerSec)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _reward, address _treasury, uint256 _rewardPerSec)
This contract contains no fallback and receive objects.
This contract contains no error objects.