Swapper
Verified contract
Active on
Ethereum with 608,820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($33.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 22.931742 | $0.51067 |
$11.71 | |
FLX | ERC-20 | 3.58438 | $2.87 |
$10.29 | |
PEPE2.0 | ERC-20 | 217.153329M | $0.00 |
$7.6 | |
MATIC | ERC-20 | 9 | $0.4616 |
$4.15 | |
WETH | ERC-20 | 0 | $3,345.88 |
$0 | |
FLOKI | ERC-20 | 0.008366 | $0.000262 |
$0 | |
eMax | ERC-20 | 5.405172B | -- | -- | |
PEIPEI | ERC-20 | 65.41177B | -- | -- | |
PEPE2.0 | ERC-20 | 217.153329M | -- | -- | |
DRCT | ERC-20 | 209.036773K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240567 | 2 minutes ago | | | 0.05 | 0.0029561187 | |
| 21240564 | 3 minutes ago | | | 0.03 | 0.0034757392 | |
| 21240557 | 4 minutes ago | | | 0.05 | 0.0024374414 | |
| 21240555 | 4 minutes ago | | | 0.29 | 0.0033754719 | |
| 21240546 | 6 minutes ago | | | 0 | 0.0037741798 | |
| 21240544 | 7 minutes ago | | | 0 | 0.0031939320 | |
| 21240539 | 8 minutes ago | | | 0 | 0.0067735572 | |
| 21240538 | 8 minutes ago | | | 0.026697533 | 0.0035372788 | |
| 21240534 | 9 minutes ago | | | 0 | 0.0041468165 | |
| 21240533 | 9 minutes ago | | | 0 | 0.0029803307 |
ABI
ABI objects
Getter at block 21240575
ANY_ADDRESS() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
NAMESPACE() view returns (bytes32)
0xf66b632ae3b479ef109dee46eb319414289a8426a08b64d81aad232941f9d22a
getAllowedSources() view returns (uint256[])
[3, 4]
paused() view returns (bool)
false
registry() view returns (address)
0xde6d4872c0c8167fb4f405c7854fd2fed7edca21
smartVault() view returns (address)
0xa7ca2c8673bcfa5a26d8ceec2887f2cc2b0db22a
Read-only
isAuthorized(address who, bytes4 what) view returns (bool)
isSourceAllowed(uint256 source) view returns (bool)
State-modifying
Events authorize(address who, bytes4 what)
call(uint8 source, address tokenIn, address tokenOut, uint256 amountIn, uint256 minAmountOut, bytes data) payable
pause()
setSmartVault(address newSmartVault)
setSource(uint256 source, bool allowed) returns (bool success)
unauthorize(address who, bytes4 what)
unpause()
Authorized(address indexed who, bytes4 what)
Executed()
Paused(address account)
SmartVaultSet(address indexed smartVault)
SourceSet(uint256 indexed source, bool allowed)
Unauthorized(address indexed who, bytes4 what)
Unpaused(address account)
constructor(address admin, address registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.