UniversalRouter
Verified contract
Active on
Ethereum with 37,048 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) |
---|---|---|---|---|---|---|---|
| 21157550 | a minute ago | | | 3.9 | 0.0035755963 | |
| 21157456 | 20 minutes ago | | | 0.31953146 | 0.0026576590 | |
| 21157421 | 27 minutes ago | | | 0.047132582 | 0.0032345274 | |
| 21157420 | 27 minutes ago | | | 0.15718876 | 0.0030432939 | |
| 21157359 | 39 minutes ago | | | 0 | 0.0052132685 | |
| 21157358 | 40 minutes ago | | | 0 | 0.0037141876 | |
| 21157348 | 42 minutes ago | | | 0.33 | 0.0028917106 | |
| 21157347 | 42 minutes ago | | | 0.035 | 0.0035443076 | |
| 21157300 | an hour ago | | | 0 | 0.0035411232 | |
| 21157186 | an hour ago | | | 0.0060043108 | 0.0034377211 |
ABI
ABI objects
Getter at block 21157554
owner() view returns (address)
0x42571b8414c68b63a2729146ce93f23639d25399
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()