UniversalRouter
Verified contract
Active on
Ethereum with 38,283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GreenCap | ERC-20 | 2.995715K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244618 | 8 minutes ago | | | 0.035 | 0.0030668401 | |
| 21244599 | 12 minutes ago | | | 0 | 0.0033510759 | |
| 21244577 | 16 minutes ago | | | 0 | 0.0033883649 | |
| 21244494 | 33 minutes ago | | | 0 | 0.0027184581 | |
| 21244476 | 37 minutes ago | | | 0.0068209977 | 0.0026794498 | |
| 21244243 | an hour ago | | | 0.36268556 | 0.0028814744 | |
| 21244227 | an hour ago | | | 0.33859812 | 0.0028998092 | |
| 21244151 | 2 hours ago | | | 0 | 0.0030741153 | |
| 21244083 | 2 hours ago | | | 0 | 0.0059338965 | |
| 21244068 | 2 hours ago | | | 0.004 | 0.0028918771 |
ABI
ABI objects
Getter at block 21244655
owner() view returns (address)
0x21835332cbdf1b3530fae9f6cd66feb9477dfc02
paused() view returns (bool)
false
stableSwapFactory() view returns (address)
0xd173bf0851d2803177cc3928cf52f7b6bd29d054
stableSwapInfo() view returns (address)
0xccd9fea6bbf1910f4c188a5bbc13d98ea4f5f9f9
Read-only
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events collectRewards(bytes looksRareClaim)
execute(bytes commands, bytes[] inputs) payable
execute(bytes commands, bytes[] inputs, uint256 deadline) payable
pancakeV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
pause()
renounceOwnership()
setStableSwap(address _factory, address _info)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsSent(uint256 amount)
SetStableSwap(address indexed factory, address indexed info)
Unpaused(address account)
constructor(struct RouterParameters params)
receive()
BalanceTooLow()
BuyPancakeNFTFailed()
BuyPunkFailed()
ContractLocked()
ETHNotAccepted()
ExecutionFailed(uint256 commandIndex, bytes message)
FromAddressIsNotOwner()
InsufficientETH()
InsufficientToken()
InvalidBips()
InvalidCommandType(uint256 commandType)
InvalidOwnerERC1155()
InvalidOwnerERC721()
InvalidPath()
InvalidPoolAddress()
InvalidPoolLength()
InvalidReserves()
InvalidSpender()
LengthMismatch()
SliceOutOfBounds()
StableInvalidPath()
StableTooLittleReceived()
StableTooMuchRequested()
TransactionDeadlinePassed()
UnableToClaim()
UnsafeCast()
V2InvalidPath()
V2TooLittleReceived()
V2TooMuchRequested()
V3InvalidAmountOut()
V3InvalidCaller()
V3InvalidSwap()
V3TooLittleReceived()
V3TooMuchRequested()