PyroUniswap V2
Verified contract
Active on
Ethereum with 147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe80f…00fb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 872.700018 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844300 | a month ago | | | 0 | 0.0010034293 | |
| 20844264 | a month ago | | | 0 | 0.0011303478 | |
| 20727632 | 2 months ago | | | 0 | 0.00028602599 | |
| 20665574 | 2 months ago | | | 0 | 0.00036162199 | |
| 20665564 | 2 months ago | | | 0 | 0.00035743201 | |
| 20149760 | 5 months ago | | | 0 | 0.00023192423 | |
| 20149754 | 5 months ago | | | 0 | 0.000095244742 | |
| 20149726 | 5 months ago | | | 0 | 0.00010911326 | |
| 20149723 | 5 months ago | | | 0 | 0.00010154990 | |
| 20141560 | 5 months ago | | | 0 | 0.00060443305 |
ABI
ABI objects
Getter at block 21162184
baseToken() view returns (address)
0xf047ee812b21050186f86106f6cabdfec35366c6
decimals() view returns (uint8)
18
name() view returns (string)
PyroUniswap V2
redeemRate() view returns (uint256)
3477939806117474079
symbol() view returns (string)
pUNI-V2
totalSupply() view returns (uint256)
250924416879407557576
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
mint(uint256 baseTokenAmount) returns (uint256)
redeem(uint256 pyroTokenAmount) returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address minter, address baseToken, address pyroToken, uint256 redeemRate)
Redeem(address redeemer, address baseToken, address pyroToken, uint256 redeemRate)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _baseToken, address _liquidityReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.