Atsuko Sato
Verified contract
Active on
Ethereum with 18,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,671.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Neiro | ERC-20 | 1.332741M | $0.001775 |
$2,366.15 | |
MOODENG | ERC-20 | 6M | $0.000215 |
$1,290.24 | |
FEFE | ERC-20 | 1.476603K | $0.010179 |
$15.03 | |
SATO | ERC-20 | 215.890247K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244694 | 17 minutes ago | | | 0 | 0.00073145050 | |
| 21244486 | an hour ago | | | 0 | 0.00033804104 | |
| 21244471 | an hour ago | | | 0 | 0.00063967072 | |
| 21243802 | 3 hours ago | | | 0 | 0.0011732697 | |
| 21243793 | 3 hours ago | | | 0 | 0.0012281649 | |
| 21243209 | 5 hours ago | | | 0 | 0.00053036371 | |
| 21242804 | 7 hours ago | | | 0 | 0.00042604227 | |
| 21242653 | 7 hours ago | | | 0 | 0.0010835661 | |
| 21241769 | 10 hours ago | | | 0 | 0.00044564594 | |
| 21241507 | 11 hours ago | | | 0 | 0.00058711495 |
ABI
ABI objects
Getter at block 21244776
antibotWallet() view returns (address)
0xa72678546ddd259782dcb12a8667ab56d3b76a72
buyPercent() view returns (uint256)
0
decimals() view returns (uint8)
18
maxTx() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Atsuko Sato
openTrading() view returns (bool)
true
operator() view returns (address)
0x1fed101616e2ef9e4a009d430130dd0353d1a455
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellPercent() view returns (uint256)
0
symbol() view returns (string)
SATO
totalSupply() view returns (uint256)
1000000000000000000000000000
uniPair() view returns (address)
0x1e79d6529f271876d202cbb216b856165d862353
uniRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
freelos(address) view returns (bool)
liberatos(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
clearStuckToken(address _token) returns (bool)
editFreelos(address[] _freelos, bool _status)
editLiberatos(address[] _liberatos, bool _status)
removeLimits()
renounceOwnership()
setConfig(uint256 _sellPercent, uint256 _buyPercent)
setLimits(uint256 _maxTx, uint256 _maxWallet)
setWallets(address _antibotWallet, address _operator)
startTrading()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
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(string _name, string _symbol, uint256 _totalSupply, address _router)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
LimitExceeded()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotOpen()
UnauthorizedCaller()