EulerBeatsPairStaking
Verified contract
Active on
Ethereum with 668 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27,652.02)
Native
Value
$27,652.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.46563 | $3,703.91 |
$27,652.02 | |
0x8754…5ed6 (#571331708162) | ERC-1555 | 8 | -- | -- | |
0xa987…603e (#2237778887425) | ERC-1555 | 8 | -- | -- | |
0x8754…5ed6 (#571348156928) | ERC-1555 | 7 | -- | -- | |
0xa987…603e (#1331557565185) | ERC-1555 | 7 | -- | -- | |
0x8754…5ed6 (#567220898048) | ERC-1555 | 6 | -- | -- | |
0x8754…5ed6 (#563580897539) | ERC-1555 | 6 | -- | -- | |
0x8754…5ed6 (#558949730563) | ERC-1555 | 6 | -- | -- | |
0xa987…603e (#1267032129537) | ERC-1555 | 6 | -- | -- | |
0xa987…603e (#244847083777) | ERC-1555 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20395475 | 4 months ago | | | 0 | 0.000067063866 | |
| 19775505 | 7 months ago | | | 0 | 0.0013506938 | |
| 19712878 | 7 months ago | | | 0 | 0.00045214121 | |
| 19688728 | 7 months ago | | | 0 | 0.0013504028 | |
| 19688716 | 7 months ago | | | 0 | 0.00041259672 | |
| 19369770 | 9 months ago | | | 0 | 0.014855767 | |
| 19369703 | 9 months ago | | | 0 | 0.014201195 | |
| 19369682 | 9 months ago | | | 0 | 0.0048138578 | |
| 18870862 | a year ago | | | 0 | 0.0028102754 | |
| 18844625 | a year ago | | | 0 | 0.0035482222 |
ABI
ABI objects
Getter at block 21305398 getAllPairs() view returns (struct RestrictedPairsMixinPairInfo[] results)
emergency() view returns (bool)
false
maxPairs() view returns (uint256)
186
nextPairId() view returns (uint256)
27
numStakedPairs() view returns (uint256)
122
owner() view returns (address)
0x0fcb8ecf48d327d8da77a92e63bce07ec17f636d
tokenA() view returns (address)
0x8754f54074400ce745a7ceddc928fb1b7e985ed6
tokenB() view returns (address)
0xa98771a46dcb34b34cdad5355718f8a97c8e603e
totalShares() view returns (uint256)
122
Read-only
accountPendingReward(address account) view returns (uint256 pendingReward)
accountRewardShares(address account) view returns (uint256 rewardShares)
balanceOf(address account, address contractAddress, uint256 tokenId) view returns (uint256 balance)
balanceOfBatch(address account, address[] contractAddresses, uint256[] tokenIds) view returns (uint256[] batchBalances)
isPairEnabled(uint256 pairId) view returns (bool)
pairs(uint256) view returns (uint256 tokenIdA, uint256 tokenIdB, bool enabled)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPairs(uint256[] tokenIdA, uint256[] tokenIdB, bool[] enabled)
addReward() payable
claimReward()
emergencyUnstake(uint256 pairId, uint256 amount)
enablePairs(uint256[] pairIds, bool[] enabled)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setEmergency(bool value)
setMaxPairs(uint256 amount)
stake(uint256 pairId, uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 pairId, uint256 amount)
withdrawUnclaimed()
EmergencyUnstake(uint256 pairId, address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairStaked(uint256 indexed pairId, address indexed account, uint256 amount)
PairUnstaked(uint256 indexed pairId, address indexed account, uint256 amount)
RewardAdded(uint256 amount)
RewardClaimed(address indexed account, uint256 amount)
constructor(address tokenAddressA, address tokenAddressB)
This contract contains no fallback and receive objects.
This contract contains no error objects.