Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb23b…42c6
0x0000…0000
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRZF | ERC-20 | 49.180778M | -- | -- | |
UNI-V2 | ERC-20 | 355.205684 | -- | -- | |
UNI-V2 | ERC-20 | 27.156845 | -- | -- | |
UNI-V2 | ERC-20 | 0.001 | -- | -- | |
UNI-V2 | ERC-20 | 0.001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20209689 | 5 months ago | | | 0 | 0.00028974337 | |
| 20209686 | 5 months ago | | | 0 | 0.00028988321 | |
| 20209685 | 5 months ago | | | 0 | 0.00028830368 | |
| 20209683 | 5 months ago | | | 0 | 0.00033093928 | |
| 17694084 | a year ago | | | 0 | 0.0020782111 | |
| 17694083 | a year ago | | | 0 | 0.0019953189 | |
| 17694083 | a year ago | | | 0 | 0.0020453421 | |
| 17694083 | a year ago | | | 0 | 0.0023506266 | |
| 16814605 | 2 years ago | | | 0 | 0.0023822557 | |
| 16814604 | 2 years ago | | | 0 | 0.0023010440 |
ABI
ABI objects
Getter at block 21217844
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
1
charizard() view returns (address)
0xb23b0ef01235faee77110e96854ca937f09442c6
charizardPerBlock() view returns (uint256)
11000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf2834941711c4a98c559f0b0a3c06e7560259a48
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
10984750
totalAllocPoint() view returns (uint256)
2200
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingCharizard(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCharizardPerShare, bool taxable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, bool _taxable, uint256 _startBlock)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate, bool _taxable, uint256 _startBlock)
setBonusEndBlock(uint256 _bonusEndBlock)
setMigrator(address _migrator)
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 _charizard, address _devaddr, uint256 _charizardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.