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 "Wowbit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164575 | 14 days ago | | | 0 | 0.00053973451 | |
| 21127485 | 19 days ago | | | 0 | 0.00089334300 | |
| 21127376 | 19 days ago | | | 0 | 0.0019143793 | |
| 21114877 | 21 days ago | | | 0 | 0.00030640120 | |
| 21114826 | 21 days ago | | | 0 | 0.0010530000 | |
| 21114717 | 21 days ago | | | 0 | 0.00067500000 | |
| 21114520 | 21 days ago | | | 0 | 0.00038101000 | |
| 21114455 | 21 days ago | | | 0 | 0.00018910000 | |
| 21114427 | 21 days ago | | | 0 | 0.00019530000 | |
| 21114400 | 21 days ago | | | 0 | 0.00015358140 |
ABI
ABI objects
Getter at block 21261902
_totalSupply() view returns (uint256)
1111111111000000
decimals() view returns (uint8)
6
isLockup() view returns (bool)
false
isOwner() view returns (bool)
false
lockup() view returns (address)
0x2e5e6ebd6865effab33360d3c6102f723fd053d2
name() view returns (string)
Wowbit
owner() view returns (address)
0x7ed4e748072160f91ce36ddf11c3484457ef9bf4
reserveTotal() view returns (uint256)
0
symbol() view returns (string)
WWB
totalSupply() view returns (uint256)
1111111111000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _who) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _account, uint256 _value)
decreaseApproval(address _spender, uint256 _subValue) returns (bool)
increaseApproval(address _spender, uint256 _addValue) returns (bool)
mint(uint256 _amount)
releaseReserveToken(uint256 _value) returns (bool)
reserveToken(uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferLockupOwnership(address newLockup)
transferOwnerOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LockupOwnershipTransferred(address indexed prevLockup, address indexed newLockup)
OwnerOwnershipTransferred(address indexed prevOwner, address indexed newOwner)
ReleaseReservedToken(address indexed caller, uint256 amount, uint256 newtotal, uint256 timestamp)
ReservedToken(address indexed caller, uint256 amount, uint256 newtotal, uint256 timestamp)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor(string name, string symbol, uint8 decimals, uint256 supply, address contractOwner, address contractLockup)
This contract contains no fallback and receive objects.
This contract contains no error objects.