EEFcoin
Verified contract
Active on
Ethereum with 12,342 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Native
Value
$0.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000007 | $3,598.04 |
$0.03 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9575348 | 5 years ago | | | 0 | 0.000039801656 | |
| 9423282 | 5 years ago | | | 0 | 0.00090173600 | |
| 9161202 | 5 years ago | | | 0 | 0.00067630200 | |
| 8660448 | 5 years ago | | | 0 | 0.000041311000 | |
| 8451568 | 5 years ago | | | 0 | 0.0020883642 | |
| 8378627 | 5 years ago | | | 0 | 0.00010946870 | |
| 7989031 | 5 years ago | | | 0 | 0.00019903400 | |
| 7829072 | 6 years ago | | | 0 | 0.000054559000 | |
| 7827677 | 6 years ago | | | 0 | 0.000099517000 | |
| 7745261 | 6 years ago | | | 0 | 0.000099517000 |
ABI
ABI objects
Getter at block 21284563
OfficalHold() view returns (uint256)
18000000000000000000000000
canTransfer() view returns (bool)
true
decimals() view returns (uint8 _decimals)
18
distributionFinished() view returns (bool)
false
etherGetBase() view returns (uint256)
30000
finishEthGetToken() view returns (bool)
false
finishFreeGetToken() view returns (bool)
false
increaseBase() view returns (uint256)
100000000000000000000
maxIncrease() view returns (uint256)
20
name() view returns (string _name)
EEFcoin
owner() view returns (address)
0x63875b3bf0a614450d17a4d69f9816132a90eff4
symbol() view returns (string _symbol)
EEF
target() view returns (address)
0x63875b3bf0a614450d17a4d69f9816132a90eff4
toGiveBase() view returns (uint256)
30000000000000000000
totalDistributed() view returns (uint256)
18768070000000000000000000
totalRemaining() view returns (uint256)
81231930000000000000000000
totalSupply() view returns (uint256 _totalSupply)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
increase(address) view returns (uint256)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
changeBaseValue(uint256 _toGiveBase, uint256 _increaseBase, uint256 _etherGetBase, uint256 _maxIncrease) returns (bool)
changeIncrease(address[] addresses, uint256[] _amount)
changeOwner(address newOwner)
disableWhitelist(address[] addresses)
distributeAmounts(address[] addresses, uint256[] amounts)
distribution(address[] addresses, uint256 amount)
enableWhitelist(address[] addresses)
finishDistribution() returns (bool)
finishEthGet() returns (bool)
finishFreeGet() returns (bool)
getTokens() payable
startDistribution() returns (bool)
startEthGet() returns (bool)
startFreeGet() returns (bool)
startTransfer() returns (bool)
stopTransfer() returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdraw(address receiveAddress)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor(address _target)
fallback()
This contract contains no error objects.