AlpacaFarm
Verified contract
Active on
Ethereum with 4,433 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ca4…514a
0xc7e5…5f27
0x1428…5cd7
-
variable spans 3 additional slots
-
variable spans 1 additional slot
Balances ($1,631.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALPA | ERC-20 | 274.090036K | $0.005951 |
$1,631.21 | |
UNI-V2 | ERC-20 | 1.000443K | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- | |
0xc7e5…5f27 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18128513 | a year ago | | | 0 | 0.0024742121 | |
| 17004749 | 2 years ago | | | 0 | 0.0022810784 | |
| 16882319 | 2 years ago | | | 0 | 0.0014238771 | |
| 16488779 | 2 years ago | | | 0 | 0.0027744192 | |
| 15968891 | 2 years ago | | | 0 | 0.0026934572 | |
| 15968890 | 2 years ago | | | 0 | 0.0033711802 | |
| 15857998 | 2 years ago | | | 0 | 0.00074077648 | |
| 15838925 | 2 years ago | | | 0 | 0.0014202695 | |
| 15671616 | 2 years ago | | | 0 | 0.0012285066 | |
| 15629502 | 2 years ago | | | 0 | 0.0015461754 |
ABI
ABI objects
Getter at block 21165385
EMPTY_ALPACA_ENERGY() view returns (uint256)
1
SAFE_MULTIPLIER() view returns (uint256)
10000000000000000
alpa() view returns (address)
0x7ca4408137eb639570f8e647d9bd7b7e8717514a
cryptoAlpaca() view returns (address)
0xc7e5e9434f4a71e6db978bd65b4d61d3593e5f27
owner() view returns (address)
0xb01eca973bf5f9ba14a7c45d593f137530d1bf75
poolInfo() view returns (address lpToken, uint256 lastRewardBlock, uint256 accAlpaPerShare, uint256 accShare)
(lpToken=0x441f9e2c89a343cefb390a8954b3b562f8f91eca, lastRewardBlock=18128513, accAlpaPerShare=2392815240961655, accShare=2275224455929040406675531)
supplier() view returns (address)
0x14285e0c66379c0af1b1e8e9092f67a66ccf5cd7
Read-only
pendingAlpa(address _user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 alpacaID, uint256 alpacaEnergy)
State-modifying
Events deposit(uint256 _amount)
emergencyWithdraw()
onCryptoAlpacaEnergyChanged(uint256 _id, uint256, uint256 _newEnergy)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address _from, uint256 _id, uint256, bytes) returns (bytes4)
renounceOwnership()
retrieve()
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _alpa, address _cryptoAlpaca, address _supplier, address lpToken, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.