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 "Meta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15802368 | 2 years ago | | | 0 | 0.00074999407 | |
| 15796994 | 2 years ago | | | 0 | 0.0021905223 | |
| 15775205 | 2 years ago | | | 0 | 0.00089632795 | |
| 15774891 | 2 years ago | | | 0 | 0.00069892500 | |
| 15774311 | 2 years ago | | | 0 | 0.0013046600 | |
| 15773993 | 2 years ago | | | 0 | 0.00060573500 | |
| 15771756 | 2 years ago | | | 0 | 0.00065233000 | |
| 15771169 | 2 years ago | | | 0 | 0.00071447773 | |
| 15771060 | 2 years ago | | | 0 | 0.00080767670 | |
| 15770998 | 2 years ago | | | 0 | 0.0011648750 |
ABI
ABI objects
Getter at block 21129221
_maxWalletSize() view returns (uint256)
1000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Meta
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
Meta
totalSupply() view returns (uint256)
1000000000000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bc(address) view returns (bool)
State-modifying
Events addPair(address toPair)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setBc(address addr, bool isbc)
setMaxWalletSize(uint256 maxWalletSize)
setTrading(bool _tradingOpen)
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)
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.