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 "X-Meta network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7800899 | a year ago | | | 0 | 0.000000050856642705 | |
| 2057762 | a year ago | | | 0 | 0.000036478501 | |
| 1954998 | a year ago | | | 0 | 0.000070471504 | |
| 1954932 | a year ago | | | 0 | 0.000069904503 | |
| 1954867 | a year ago | | | 0 | 0.000069526503 | |
| 1954740 | a year ago | | | 0 | 0.000040132502 | |
| 1954715 | a year ago | | | 0 | 0.000069526503 | |
| 1954648 | a year ago | | | 0 | 0.0000046603025 | |
| 1954638 | a year ago | | | 0 | 0.000070471503 | |
| 1954631 | a year ago | | | 0 | 0.000070471503 |
ABI
ABI objects
Getter at block 22833843
decimals() view returns (uint8)
18
lockedTimeBetweenSwap() view returns (uint256)
0
maxTxAmount() view returns (uint256)
888888888000000000000000000
name() view returns (string)
X-Meta network
owner() view returns (address)
0x05a3d6876629af68f6747300a0128cb6f436ef48
pair() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XMeta
totalSupply() view returns (uint256)
888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isB(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromMaxTx(address user, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mkdir(address[] users)
renounceOwnership()
rm(address[] users)
setLockTimeBetweenSwap(uint256 seconds_)
setMaxTxAmount(uint256 maxTxAmount_)
setPairAddress(address pair_)
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(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.