RakeBitFinance
Verified contract
Active on
Ethereum with 316 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAKB | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269698 | 18 days ago | | | 0 | 0.00029740198 | |
| 19923391 | 7 months ago | | | 0 | 0.00029882173 | |
| 19923381 | 7 months ago | | | 0 | 0.00034108463 | |
| 12432360 | 4 years ago | | | 0 | 0.0045981788 | |
| 12350460 | 4 years ago | | | 0 | 0.0013489875 | |
| 12350388 | 4 years ago | | | 0 | 0.0013481775 | |
| 12348813 | 4 years ago | | | 0 | 0.0018907230 | |
| 11507788 | 4 years ago | | | 0.3 | 0.0014700000 | |
| 11507751 | 4 years ago | | | 0.3 | 0.00065100000 | |
| 11382591 | 4 years ago | | | 0 | 0.00060299100 |
ABI
ABI objects
Getter at block 21397063
MIN_PURCHASE() view returns (uint256)
100000000000000000
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
true
icoStart() view returns (bool)
true
name() view returns (string)
RakeBitFinance
symbol() view returns (string)
RAKB
tokensPerEth() view returns (uint256)
5000000000000000000
totalDistributed() view returns (uint256)
319604909520626695131
totalSupply() view returns (uint256)
7999999999999999998400
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
resetICO() returns (bool)
startICO() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
transferTokenTo(address _participant, uint256 _amount)
transferTokenToMultiple(address[] _addresses, uint256 _amount)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawAltcoinTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
ResetICO()
StartICO()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.