WisePlat Token
Verified contract
Active on
Ethereum with 40,268 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 |
---|---|---|---|---|---|
TRX | ERC-20 | 2 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- | |
WISE | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19607898 | 7 months ago | | | 0 | 0.00077287435 | |
| 12058821 | 4 years ago | | | 0 | 0.0 | |
| 7019958 | 6 years ago | | | 0 | 0.0020500000 | |
| 7019950 | 6 years ago | | | 0 | 0.0010250000 | |
| 6926048 | 6 years ago | | | 0 | 0.000092640000 | |
| 6776861 | 6 years ago | | | 0 | 0.00018387600 | |
| 6423514 | 6 years ago | | | 0 | 0.00033408000 | |
| 6258874 | 6 years ago | | | 0 | 0.0015192960 | |
| 6201676 | 6 years ago | | | 0 | 0.000077817600 | |
| 6179609 | 6 years ago | | | 0 | 0.0010996000 |
ABI
ABI objects
Getter at block 21158151
bountyWallet() view returns (address)
0x354ffa86f138883b880c282000b5005e867e8ee4
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
WisePlat Token
owner() view returns (address)
0x427b7afa221743f76a75394f31147d85e2a5b2ac
symbol() view returns (string)
WISE
totalSupply() view returns (uint256)
10000000000000000000000000
transferStatus() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setbountyWallet(address _bountyWallet)
startTransfer()
stopTransfer()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
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.