Pirex BTRFLY
Verified contract
Active on
Ethereum with 361 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Pirex BTRFLY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297636 | 13 hours ago | | | 0 | 0.00032413325 | |
| 21297586 | 13 hours ago | | | 0 | 0.00035698643 | |
| 21286569 | 2 days ago | | | 0 | 0.00053520128 | |
| 21265109 | 5 days ago | | | 0 | 0.00080499802 | |
| 21215566 | 12 days ago | | | 0 | 0.00089428865 | |
| 21215496 | 12 days ago | | | 0 | 0.00070407052 | |
| 21213911 | 12 days ago | | | 0 | 0.00052242194 | |
| 21207085 | 13 days ago | | | 0 | 0.00048148910 | |
| 21194088 | 15 days ago | | | 0 | 0.0013304885 | |
| 21193231 | 15 days ago | | | 0 | 0.00078695752 |
ABI
ABI objects
Getter at block 21301488
DOMAIN_SEPARATOR() view returns (bytes32)
0xd500ff84f368163b14b56b566e5c9a0d2f32f58f5f7021bb44f5c63300aadb6b
decimals() view returns (uint8)
18
getCurrentEpoch() view returns (uint256)
1732147200
getCurrentSnapshotId() view returns (uint256)
33
name() view returns (string)
Pirex BTRFLY
operator() view returns (address)
0xdfd47203098d63db1cd6562ff8c5bad5a195eaf4
owner() view returns (address)
0xa52fd396891e7a74b641a2cb1a6999fcf56b077e
symbol() view returns (string)
pxBTRFLY
totalSupply() view returns (uint256)
660052947220957154192
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
cumulativeRewardsByToken(address) view returns (uint256)
getEpoch(uint256 epoch) view returns (uint256 snapshotId, bytes32[] rewards, uint256[] snapshotRewards, uint256[] futuresRewards)
getEpochRedeemedSnapshotRewards(address account, uint256 epoch) view returns (uint256)
nonces(address) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events addEpochRewardMetadata(uint256 epoch, bytes32 token, uint256 snapshotReward, uint256 futuresReward)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
mint(address account, uint256 amount)
operatorApprove(address from, address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setEpochRedeemedSnapshotRewards(address account, uint256 epoch, uint256 redeemed)
setOperator(address _operator)
takeEpochSnapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateCumulativeRewardsByToken(address token, uint256 amount)
updateEpochFuturesRewards(uint256 epoch, uint256[] futuresRewards)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOperator(address operator)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 amount)
UpdateEpochFuturesRewards(uint256 indexed epoch, uint256[] futuresRewards)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidEpoch()
InvalidFuturesRewards()
MismatchedFuturesRewards()
NoOperator()
NotAuthorized()
Paused()
ZeroAddress()
ZeroAmount()