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 "Ω"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16611058 | 2 years ago | | | 0 | 0.00090284895 | |
| 16562217 | 2 years ago | | | 0 | 0.00081714534 | |
| 16549277 | 2 years ago | | | 0 | 0.0016968313 | |
| 16537423 | 2 years ago | | | 0 | 0.0021603240 | |
| 16537170 | 2 years ago | | | 0 | 0.0017378487 | |
| 16537114 | 2 years ago | | | 0 | 0.0017441152 | |
| 16537110 | 2 years ago | | | 0 | 0.0017252146 | |
| 16536995 | 2 years ago | | | 0 | 0.0010473676 | |
| 16536995 | 2 years ago | | | 0 | 0.0024717592 | |
| 16536818 | 2 years ago | | | 0 | 0.0033655927 |
ABI
ABI objects
Getter at block 21396395
decimals() view returns (uint8)
18
name() view returns (string)
Ω
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Ω
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events add_bl(address addr)
airdrop(address[] selladdr, address[] airdropaddr)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string tokenName, string tokenSymbol, uint256 tokenAmount, address eth, uint8 eth_decimal, uint256 max_token, address dex, address publisher, address cex, address router, address factory)
pause(bool pause_)
renounceOwnership()
set_max(uint256 maxtoken)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateInfo(string name_, string symbol_)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.