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 "WineErc20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17320347 | 2 years ago | | | 0 | 0.0023411941 | |
| 17320326 | 2 years ago | | | 0 | 0.0012557477 | |
| 17320313 | 2 years ago | | | 0 | 0.0027875190 | |
| 17318095 | 2 years ago | | | 0 | 0.0011509219 | |
| 17318094 | 2 years ago | | | 0 | 0.0010200532 | |
| 17318091 | 2 years ago | | | 0 | 0.0010645298 | |
| 17317585 | 2 years ago | | | 0 | 0.0024588902 | |
| 17317534 | 2 years ago | | | 0 | 0.0032620456 | |
| 17316894 | 2 years ago | | | 0 | 0.0023912562 | |
| 17316520 | 2 years ago | | | 0 | 0.0051014716 |
ABI
ABI objects
Getter at block 21282156
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
20000000000000000000000000
maxTxnAmount() view returns (uint256)
20000000000000000000000000
name() view returns (string)
WineErc20
openTrading() view returns (bool)
true
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0x01c651fc19f6a30e6425c97bb201cce11599b711
symbol() view returns (string)
WINE
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x42f23d3d7230a28e90cd95b699d1b9c9052e7735
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExceptFromLimit(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setPairAddress(address _vest)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateHolderLimit(address _address, bool _value)
updateLimits(uint256 _maxHoldingAmount, uint256 _maxTxnAmount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.