WarpedTreasuryHandler
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6af5…7c66
Balances ($9,610.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WARPED | ERC-20 | 9.175234M | $0.001047 |
$9,610.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18612046 | a year ago | | | 0 | 0.00085310519 | |
| 18586919 | a year ago | | | 0 | 0.00095881008 |
ABI
ABI objects
Getter at block 21270879
UNISWAP_V2_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
liquidityBasisPoints() view returns (uint256)
0
owner() view returns (address)
0x8ec73532e19572a771da63d327db6d496b5ee721
poolManager() view returns (address)
0x2747f8ef90dfa11e33fbc14a246bbd108ca68118
priceImpactBasisPoints() view returns (uint256)
500
token() view returns (address)
0x6af53c6ec427525f7240e211941223288a0e7c66
treasury() view returns (address)
0x8ec73532e19572a771da63d327db6d496b5ee721
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(address treasuryAddress, address tokenAddress)
processTreasury(address benefactor, address beneficiary, uint256 amount)
renounceOwnership()
setLiquidityBasisPoints(uint256 newBasisPoints)
setPriceImpactBasisPoints(uint256 newBasisPoints)
setTreasury(address newTreasuryAddress)
transferOwnership(address newOwner)
updateTaxSwap(uint256 taxSwap)
withdraw(address tokenAddress, uint256 amount)
LiquidityAdded(uint256 amountToken, uint256 amountETH, uint256 liquidity)
LiquidityBasisPointsUpdated(uint256 oldBasisPoints, uint256 newBasisPoints)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceImpactBasisPointsUpdated(uint256 oldBasisPoints, uint256 newBasisPoints)
TaxSwapUpdated(uint256 newValue)
TreasuryAddressUpdated(address oldTreasuryAddress, address newTreasuryAddress)
constructor(address _poolManager)
receive()
This contract contains no error objects.