WePower Contribution Token 1
Verified contract
Active on
Ethereum with 159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf31c…6e34
Balances ($0.00)
No balances found for "WePower Contribution Token 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6482672 | 6 years ago | | | 0 | 0.00028036800 | |
| 6482361 | 6 years ago | | | 0 | 0.00024984216 | |
| 6480324 | 6 years ago | | | 0 | 0.00024984216 | |
| 6479721 | 6 years ago | | | 0 | 0.00024984216 | |
| 5582531 | 7 years ago | | | 0 | 0.0012772320 | |
| 5582525 | 7 years ago | | | 0 | 0.0011341830 | |
| 5352768 | 7 years ago | | | 0 | 0.00031152000 | |
| 5283518 | 7 years ago | | | 0 | 0.0013056960 | |
| 5283417 | 7 years ago | | | 0 | 0.00065284800 | |
| 5195796 | 7 years ago | | | 0 | 0.0012300000 |
ABI
ABI objects
Getter at block 21209696
controller() pure returns (address)
0xfd9c6e434690123ce0f7512e84aaaa40575da958
creationBlock() pure returns (uint256)
4290158
decimals() pure returns (uint8)
18
name() pure returns (string)
WePower Contribution Token 1
parentSnapShotBlock() pure returns (uint256)
0
parentToken() pure returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
WCT1
tokenFactory() pure returns (address)
0xf31ceee690ac4fae272dda93dbd2306483b86e34
totalSupply() pure returns (uint256)
988535000000000000000
transfersEnabled() pure returns (bool)
true
version() pure returns (string)
MMT_0.1
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) pure returns (uint256)
totalSupplyAt(uint256 _blockNumber) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.