MasterChef
Verified contract
Active on
Ethereum with 243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa2cd…fb18
Balances ($66,126.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCN | ERC-20 | 40.811M | $0.001619 |
$66,081.17 | |
VUSD | ERC-20 | 69.79 | $0.655498 |
$45.75 | |
UNI-V2 | ERC-20 | 45.142354K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211019 | 5 hours ago | | | 0 | 0.00072934930 | |
| 21205644 | a day ago | | | 0 | 0.00093950890 | |
| 21205550 | a day ago | | | 0 | 0.00094834901 | |
| 21203990 | a day ago | | | 0 | 0.0010798596 | |
| 21169962 | 6 days ago | | | 0 | 0.0023357222 | |
| 21165364 | 7 days ago | | | 0 | 0.0028730556 | |
| 21164869 | 7 days ago | | | 0 | 0.0026511202 | |
| 21156611 | 8 days ago | | | 0 | 0.00085237978 | |
| 21153986 | 8 days ago | | | 0 | 0.0014364033 | |
| 21153969 | 8 days ago | | | 0 | 0.0010399147 |
ABI
ABI objects
Getter at block 21212551
maxXcnPerSecond() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x08edf0f2af8672029eb445742b3b4072c6158df3
poolLength() view returns (uint256)
1
startTime() view returns (uint256)
1681790172
totalAllocPoint() view returns (uint256)
100
xcn() view returns (address)
0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18
xcnPerSecond() view returns (uint256)
2500000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingXcn(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accXcnPerShare)
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)
inCaseETHGetStuck()
inCaseTokensGetStuck(address _token, uint256 amount)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setXcnPerSecond(uint256 _xcnPerSecond)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
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 _xcn, uint256 _xcnPerSecond, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.