EfxTokenVotes-3
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc80…7a5e
0x6eb9…c347
Balances ($0.00)
No balances found for "EfxTokenVotes-3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20365306 | 4 months ago | | | 0 | 0.00016120730 | |
| 20365162 | 4 months ago | | | 0 | 0.00016203757 | |
| 20365016 | 4 months ago | | | 0 | 0.00025974237 | |
| 9175681 | 5 years ago | | | 0 | 0.00062065500 | |
| 7705903 | 6 years ago | | | 0 | 0.00077478000 | |
| 7705826 | 6 years ago | | | 0 | 0.00038739000 | |
| 7705800 | 6 years ago | | | 0 | 0.00038739000 | |
| 6697493 | 6 years ago | | | 0 | 0.0017516800 | |
| 6697493 | 6 years ago | | | 0 | 0.0021618200 | |
| 6696120 | 6 years ago | | | 0 | 0.0021605400 |
ABI
ABI objects
Getter at block 21315795 totalSupply() view returns (uint256)
controller() view returns (address)
0x2fe468219e40b732ee43dc5c1d6295bd796e5705
creationBlock() view returns (uint256)
6624114
decimals() view returns (uint8)
18
name() view returns (string)
EfxTokenVotes-3
parentSnapShotBlock() view returns (uint256)
6624114
parentToken() view returns (address)
0xcc80c051057b774cd75067dc48f8987c4eb97a5e
symbol() view returns (string)
EVT-3
tokenFactory() view returns (address)
0x6eb97237b8bc26e8057793200207bb0a2a83c347
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view 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)
recycle()
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, address _parentToken, uint256 _parentSnapShotBlock, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _transfersEnabled, address _terminator)
fallback()
This contract contains no error objects.