SplTokenSwap
Verified contract
Active on
Ethereum with 70,941 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,005,416.57)
Native
Value
$73.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022832 | $3,205.10 |
$73.18 | |
MEDIA | ERC-20 | 522.450563K | $13.37 |
$6,985,164.02 | |
OUSD | ERC-20 | 20.020062K | $0.99932 |
$20,006.45 | |
ETHV | ERC-20 | 0.86 | $79.25 |
$68.16 | |
JPYC | ERC-20 | 3.156K | $0.006878 |
$21.71 | |
VUSD | ERC-20 | 20 | $1.003 |
$20.06 | |
NFD | ERC-20 | 80K | $0.000199 |
$15.9 | |
MATIC | ERC-20 | 20 | $0.413219 |
$8.26 | |
STRONG | ERC-20 | 3.000914 | $2.71 |
$8.13 | |
BNSD | ERC-20 | 10K | $0.000462 |
$4.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150698 | a day ago | | | 0 | 0.0010138718 | |
| 20267335 | 4 months ago | | | 0 | 0.000092418725 | |
| 20267329 | 4 months ago | | | 0 | 0.00019872400 | |
| 20267324 | 4 months ago | | | 0 | 0.00018549034 | |
| 20267316 | 4 months ago | | | 0 | 0.00016844665 | |
| 20267312 | 4 months ago | | | 0 | 0.00014447140 | |
| 20267306 | 4 months ago | | | 0 | 0.00017421335 | |
| 20267300 | 4 months ago | | | 0 | 0.00016294453 | |
| 20267294 | 4 months ago | | | 0 | 0.00018816475 | |
| 20267289 | 4 months ago | | | 0 | 0.00016235277 |
ABI
ABI objects
Getter at block 21157723
owner() view returns (address)
0x067d382e61c06cea2815069d9d97fd3ee5df2361
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events ownerWithdrawErc20(address token, uint256 amount)
ownerWithdrawEth(uint256 amount)
pause()
renounceOwnership()
swapErc20(address token, string recipient, uint256 amount)
swapEth(string recipient) payable
transferOwnership(address newOwner)
unpause()
withdrawErc20(address token, address recipient, uint256 amount, uint256 nonce, bytes signature)
withdrawEth(address recipient, uint256 amount, uint256 nonce, bytes signature)
NonceUsed(uint256 indexed nonce, bytes signature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Swap(address indexed token, string recipient, uint256 amount)
Unpaused(address account)
Withdraw(address indexed token, address indexed recipient, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.