FakeChineseUniswap
Verified contract
Active on
Ethereum with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FakeChineseUniswap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17494974 | a year ago | | | 0 | 0.00057583523 | |
| 17403217 | a year ago | | | 0 | 0.0010317254 | |
| 17403119 | a year ago | | | 0 | 0.0010610781 | |
| 17403073 | a year ago | | | 0 | 0.0010264800 | |
| 17403069 | a year ago | | | 0 | 0.0010377856 | |
| 17403067 | a year ago | | | 0 | 0.0028301855 | |
| 17403065 | a year ago | | | 0 | 0.0010737117 | |
| 17403065 | a year ago | | | 0 | 0.0015581280 | |
| 17403065 | a year ago | | | 0 | 0.0015581280 | |
| 17403065 | a year ago | | | 0 | 0.0015581280 |
ABI
ABI objects
Getter at block 21223655
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
9999999999999999999999999999999999999999999999999999999999
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
FakeChineseUniswap
owner() view returns (address)
0xd52d21040423c3ae680d96d9389b865ef448d268
symbol() view returns (string)
GOODCOINVERYGOODPRICEYOUBUY
totalSupply() view returns (uint256)
88888888888888000000000000000000
uniswapPair() view returns (address)
0xc2ffb3e6295cb7f004ad6d2a68974148d70eecc9
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapPair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.