TruglyUniversalRouter
Verified contract
Active on
Base with 4,431 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 |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884745 | 23 days ago | | | 0.00000005 | 9.2936413e-7 | |
| 20857702 | 24 days ago | | | 0.00000006 | 8.6865094e-7 | |
| 20840522 | 24 days ago | | | 0.00000006 | 8.4028074e-7 | |
| 20808676 | 25 days ago | | | 0.00000006 | 9.3794272e-7 | |
| 20777443 | 25 days ago | | | 0.00000007 | 9.1657548e-7 | |
| 20749421 | a month ago | | | 0.00000007 | 8.2425284e-7 | |
| 20711891 | a month ago | | | 0.00000007 | 8.2809039e-7 | |
| 20709958 | a month ago | | | 0.00000007 | 8.5587878e-7 | |
| 20680598 | a month ago | | | 0.00000008 | 9.4054015e-7 | |
| 20617505 | a month ago | | | 0.000016314947 | 0.0000015118679 |
ABI
ABI objects
Getter at block 21873346
owner() view returns (address)
0xb2660c551ab31fac6d01a75f628af2d200ffd1f2
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 execute(bytes commands, bytes[] inputs) payable
execute(bytes commands, bytes[] inputs, uint256 deadline) payable
setTreasury(address _newTreasury)
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
OwnershipTransferred(address indexed user, address indexed newOwner)
SwapFee(address indexed token, address indexed creator, uint256 creatorFee, uint256 protocolFee)
TreasuryUpdated(address indexed oldTreasury, address indexed newTreasury)
constructor(struct RouterParameters params, address _treasury)
receive()
BalanceTooLow()
BuyPunkFailed()
ContractLocked()
ETHNotAccepted()
ExecutionFailed(uint256 commandIndex, bytes message)
FromAddressIsNotOwner()
InsufficientETH()
InsufficientToken()
InvalidBips()
InvalidCommandType(uint256 commandType)
InvalidOwnerERC1155()
InvalidOwnerERC721()
InvalidSpender()
LengthMismatch()
SliceOutOfBounds()
TransactionDeadlinePassed()
UnsafeCast()
V3InvalidAmountOut()
V3InvalidCaller()
V3InvalidSwap()
V3TooLittleReceived()
V3TooMuchRequested()
ZeroAddress()