EthTrader Contribution
Verified contract
Active on
Ethereum with 5 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 "EthTrader Contribution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14634902 | 3 years ago | | | 0 | 0.0013926092 | |
| 10367491 | 4 years ago | | | 0 | 0.0015834720 | |
| 9820859 | 5 years ago | | | 0 | 0.000024003980 | |
| 9385573 | 5 years ago | | | 0 | 0.000023992000 | |
| 9278094 | 5 years ago | | | 0 | 0.000023980000 |
ABI
ABI objects
Getter at block 21274909
controller() view returns (address)
0x98566e0e6209fd4c76a55f56f4f93fbe18214e98
decimals() view returns (uint8)
18
name() view returns (string)
EthTrader Contribution
symbol() view returns (string)
CONTRIB
totalSupply() view returns (uint256)
134285894000000000000000000
transfersEnabled() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeController(address _newController)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyTokens(address _from, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _to, uint256 _amount) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
send(address to, uint256 value, bytes data)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
Sent(address indexed _operator, address indexed _from, address indexed _to, uint256 _amount, bytes _data, bytes _operatorData)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(string _name, uint8 _decimals, string _symbol, bool _transfersEnabled)
fallback()
This contract contains no error objects.