Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8.64)
Native
Value
$8.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0026 | $3,321.25 |
$8.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274447 | 2 minutes ago | | | 0 | 0.00055873148 | |
| 21274433 | 5 minutes ago | | | 0 | 0.00068813423 | |
| 21274295 | 32 minutes ago | | | 0 | 0.00050884674 | |
| 21274273 | 37 minutes ago | | | 0 | 0.00056454966 | |
| 21274272 | 37 minutes ago | | | 0 | 0.00054707273 | |
| 21274195 | an hour ago | | | 0 | 0.00054395297 | |
| 21274145 | an hour ago | | | 0 | 0.00028309572 | |
| 21274107 | an hour ago | | | 0 | 0.00055617069 | |
| 21274066 | an hour ago | | | 0 | 0.00058364442 | |
| 21273849 | 2 hours ago | | | 0 | 0.00074982029 |
ABI
ABI objects
Getter at block 21274455
buyMarketRatio() view returns (uint256)
0
buyStatus() view returns (bool)
true
decimals() view returns (uint8)
18
marketAddress() view returns (address)
0x8ff425362ac202800e0984cf67b350fe33577bfc
name() view returns (string)
GUA
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellMarketRatio() view returns (uint256)
0
sellStatus() view returns (bool)
true
symbol() view returns (string)
GUA
total() view returns (uint256)
6942000000000000000000000000
totalSupply() view returns (uint256)
6942000000000000000000000000
uniswapV2Pair() view returns (address)
0x2104b2300799d538e006464907e415c0f5f643f1
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhiteListed(address _maker) view returns (bool)
uniswapV2PairMapping(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setSellStatus(bool flag)
setUniswapV2PairMapping(address addr, bool flag)
setWhiteList(address _evilUser, bool _status) returns (bool)
setWhiteListBatch(address[] _evilUserBatch, bool _status)
setbuyMarketRatio(uint256 ratio)
setbuyStatus(bool flag)
setmarketAddress(address addr)
setsellMarketRatio(uint256 ratio)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogWhiteListChanged(address indexed _user, bool _status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address addr, address routerAddress_, address marketAddress_)
receive()
This contract contains no error objects.