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 "0xMeme"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17369605 | a year ago | | | 0 | 0.0023257647 | |
| 17369601 | a year ago | | | 0 | 0.0030195540 | |
| 17369335 | a year ago | | | 0 | 0.0021040263 | |
| 17369315 | a year ago | | | 0 | 0.0022774985 | |
| 17369291 | a year ago | | | 0 | 0.0027618801 | |
| 17369192 | a year ago | | | 0 | 0.0030007671 | |
| 17369191 | a year ago | | | 0 | 0.0034978427 | |
| 17369179 | a year ago | | | 0 | 0.0027990778 | |
| 17369176 | a year ago | | | 0 | 0.0027820519 | |
| 17369172 | a year ago | | | 0 | 0.0028243493 |
ABI
ABI objects
Getter at block 21185087
decimals() view returns (uint8)
18
maxHoldingAmount() view returns (uint256)
10000000000000000
minHoldingAmount() view returns (uint256)
1000000000000000000
name() view returns (string)
0xMeme
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
0xMEME
totalSupply() view returns (uint256)
1000000000000000000000000000000
uniswapV2Pair() view returns (address)
0xe6db9b7176c6268b91559b336bffec9a159e8e5f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Approved(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, address whiteshipAddr, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.