WABnetwork
Verified contract
Active on
Ethereum with 34,126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XLAB | ERC-20 | 100 | $0.000002 |
$0 | |
| ERC-20 | 21M | -- | -- | |
WAB | ERC-20 | 14.263838M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
XCEL | ERC-20 | 100 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
AMIS | ERC-20 | 1 | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19692481 | 7 months ago | | | 0 | 0.00040818174 | |
| 19252396 | 9 months ago | | | 0 | 0.00088910951 | |
| 19097233 | 9 months ago | | | 0 | 0.00073243253 | |
| 19031438 | 10 months ago | | | 0 | 0.0012153921 | |
| 18839741 | a year ago | | | 0 | 0.0013325194 | |
| 18523403 | a year ago | | | 0 | 0.0014047687 | |
| 18516050 | a year ago | | | 0 | 0.0017041707 | |
| 18302730 | a year ago | | | 0 | 0.00037822361 | |
| 18179530 | a year ago | | | 0 | 0.0012316399 | |
| 18179526 | a year ago | | | 0 | 0.0011187427 |
ABI
ABI objects
Getter at block 21159344
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
WABnetwork
owner() view returns (address)
0x95590920b0a6207a6490f40a5b48b8b3e861ceb6
sellPrice() view returns (uint256)
0
symbol() view returns (string)
WAB
totalSupply() view returns (uint256)
17869541765000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.