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 "WiseWolf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11160200 | 4 years ago | | | 0 | 0.00079520700 | |
| 10063113 | 5 years ago | | | 0 | 0.0026367390 | |
| 9867273 | 5 years ago | | | 0 | 0.000026853000 | |
| 9861166 | 5 years ago | | | 0 | 0.000041853000 | |
| 9309747 | 5 years ago | | | 0 | 0.00012555900 | |
| 8750513 | 5 years ago | | | 0 | 0.000041001000 | |
| 8730737 | 5 years ago | | | 0 | 0.000020532500 | |
| 8693436 | 5 years ago | | | 0 | 0.000041065000 | |
| 8652131 | 5 years ago | | | 0 | 0.00023458500 | |
| 8651873 | 5 years ago | | | 0 | 0.00026065000 |
ABI
ABI objects
Getter at block 21389471
DECIMALS_MULTIPLIER() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
WiseWolf
owner() view returns (address)
0xc9989b4fcbbbaea00705f9932478a19eb4c4f203
paused() view returns (bool)
false
symbol() view returns (string)
WOLF
totalSupply() view returns (uint256)
1300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
increaseSupply(uint256 value, address to) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.