Wisdom Token
Verified contract
Active on
Ethereum with 124 txns
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 "Wisdom Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452995 | 4 months ago | | | 0 | 0.000024133000 | |
| 15519516 | 2 years ago | | | 0 | 0.00012078500 | |
| 15519469 | 2 years ago | | | 0 | 0.00012078500 | |
| 13893461 | 3 years ago | | | 0 | 0.0013286495 | |
| 13893448 | 3 years ago | | | 0 | 0.0012764362 | |
| 12929127 | 3 years ago | | | 0 | 0.00088941920 | |
| 12929089 | 3 years ago | | | 0 | 0.00088941920 | |
| 12541873 | 3 years ago | | | 0 | 0.00036217500 | |
| 12213999 | 4 years ago | | | 0 | 0.0018504450 | |
| 12213991 | 4 years ago | | | 0 | 0.0018504450 |
ABI
ABI objects
Getter at block 21290354
decimals() view returns (uint8)
18
name() view returns (string)
Wisdom Token
paused() view returns (bool)
true
symbol() view returns (string)
WIS
totalSupply() view returns (uint256)
79404563976510606000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonceOf(address, address) view returns (uint256)
State-modifying
Events alive(address owner)
approve(address spender, uint256 amount) returns (bool)
issue(address[] addr, uint256[] amount)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address recipient, uint256 amount, uint256 nonce, uint8 _v, bytes32 _r, bytes32 _s) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromUntil(address recipient, uint256 amount, uint256 untilBlock, uint256 nonce, uint8 _v, bytes32 _r, bytes32 _s) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed holder, address indexed spender, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
TransferOwnership(address newOwner)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.