CrowdWizToken
Verified contract
Active on
Ethereum with 2,461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GET | ERC-20 | 2 | $0.772194 |
$1.54 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WIZ | ERC-20 | 3.93177K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
WZI | ERC-20 | 410 | -- | -- | |
FYS | ERC-20 | 266 | -- | -- | |
BCT | ERC-20 | 154.202005 | -- | -- | |
BMT | ERC-20 | 100 | -- | -- | |
DIW | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20409078 | 3 months ago | | | 0 | 0.000049373000 | |
| 19402159 | 8 months ago | | | 0 | 0.0013234298 | |
| 17904212 | a year ago | | | 0 | 0.00030876701 | |
| 15821336 | 2 years ago | | | 0 | 0.00072535431 | |
| 15821334 | 2 years ago | | | 0 | 0.00061192452 | |
| 15813892 | 2 years ago | | | 0 | 0.00035349908 | |
| 15813891 | 2 years ago | | | 0 | 0.00034858376 | |
| 15813890 | 2 years ago | | | 0 | 0.00059572953 | |
| 15601892 | 2 years ago | | | 0 | 0.00025223009 | |
| 15601558 | 2 years ago | | | 0 | 0.00033326368 |
ABI
ABI objects
Getter at block 21171391
crowdsaleMinter() view returns (address)
0xc46c275695edc95c645133124eb13601507863e4
decimals() view returns (uint8)
18
getTotalSupply() view returns (uint256)
11169313595809196026730496
isStarted() view returns (bool)
true
name() view returns (string)
CrowdWizToken
owner() view returns (address)
0x40e72d1052a1bd4c40e5850dac46c8b44e366a59
symbol() view returns (string)
WIZ
totalSupply() view returns (uint256)
11169313595809196026730496
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approve_fixed(address _spender, uint256 _currentValue, uint256 _value) returns (bool success)
emergencyStop()
mint(address _to, uint256 _amount) returns (bool)
start()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.