SatoshiDEX
Verified contract
Proxy
Active on
Base with 72 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x855e…12f3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SATX | ERC-20 | 45.160046B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12723127 | 7 months ago | | | 0 | 0.000000100294158690 | |
| 12723055 | 7 months ago | | | 0 | 0.0000047515087 | |
| 12722918 | 7 months ago | | | 0 | 5.5921874e-7 | |
| 12722891 | 7 months ago | | | 0 | 1.3980942e-7 | |
| 12722863 | 7 months ago | | | 0 | 0.000000097940521737 | |
| 12722810 | 7 months ago | | | 0 | 0.00023299841 | |
| 12722786 | 7 months ago | | | 0 | 0.00013983641 | |
| 12722783 | 7 months ago | | | 0 | 0.000017733289 | |
| 12722771 | 7 months ago | | | 0 | 0.000000049582580490 | |
| 12722762 | 7 months ago | | | 0 | 0.0000047515087 |
ABI
ABI objects
Getter at block 21859245
buyFee() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
SatoshiDEX
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
stDexWallet() view returns (address)
0xfd23f480cef1d851db89a4f253c2eb1f26493b0f
symbol() view returns (string)
SATX
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Pair() view returns (address)
0x855eb249f0d6f10bd7e1f453994d70f61f1c12f3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
openTrading(address router) payable returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxWallet(address wallet) returns (bool)
withdrawETH() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressInsufficientBalance(address account)