RAcoinToken
Verified contract
Active on
Ethereum with 5,566 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 "RAcoinToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9571324 | 5 years ago | | | 0 | 0.00031291200 | |
| 9087806 | 5 years ago | | | 0 | 0.00039126000 | |
| 8693436 | 5 years ago | | | 0 | 0.000037714000 | |
| 7981691 | 5 years ago | | | 0 | 0.00035889040 | |
| 7981654 | 5 years ago | | | 0 | 0.00022550220 | |
| 7981636 | 5 years ago | | | 0 | 0.00052778000 | |
| 7554823 | 6 years ago | | | 0 | 0.00022769828 | |
| 7313173 | 6 years ago | | | 0 | 0.00020442600 | |
| 7293407 | 6 years ago | | | 0 | 0.00018857000 | |
| 7118508 | 6 years ago | | | 0 | 0.00031666800 |
ABI
ABI objects
Getter at block 21289029
clearJackpotParticipantsAfterDistribution() view returns (bool)
false
decimals() view returns (uint256)
18
jackpotMinimumAmount() view returns (uint256)
100000000000000000000000
maxAllowedManualDistribution() view returns (int256)
0
maxAllowedReservingPercentage() view returns (uint256)
1000
minAllowedReservingPercentage() view returns (uint256)
1
name() view returns (string)
RAcoinToken
owner() view returns (address)
0x5bd3437b6efb91cadd7b27e6c2b14ebc5d2cbb80
reservingPercentage() view returns (uint256)
100
reservingStep() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
RAC
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfLockup(address _owner) view returns (uint256 balance, uint256 unlockTime)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
clearJackpotParticipants() returns (bool success)
distributeJackpot(uint256 _nextSeed) returns (bool success)
distributeTokenSaleJackpot(uint256 _nextSeed, uint256 _amount) returns (bool success)
mintLockupTokens(address _target, uint256 _mintedAmount, uint256 _unlockTime) returns (bool success)
mintTokens(address _target, uint256 _mintedAmount) returns (bool success)
mintTokensWithApproval(address _target, uint256 _mintedAmount, address _spender) returns (bool success)
mintTokensWithIncludingInJackpot(address _target, uint256 _mintedAmount) returns (bool success)
setJackpotMinimumAmount(uint256 _value) returns (bool success)
setMaxAllowedReservingPercentage(uint256 _value) returns (bool success)
setMinAllowedReservingPercentage(uint256 _value) returns (bool success)
setPoliticsForJackpotParticipantsList(bool _clearAfterDistribution) returns (bool success)
setReservingPercentage(uint256 _value) returns (bool success)
setReservingStep(uint256 _value) returns (bool success)
stopTokenMinting() returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFromWithCustomReserving(address _from, address _to, uint256 _totalTransfer, uint256 _customReservingPercentage) returns (bool success)
transferFromWithCustomReservingNet(address _from, address _to, uint256 _netTransfer, uint256 _customReservingPercentage) returns (bool success)
transferFromWithReserving(address _from, address _to, uint256 _totalTransfer) returns (bool success)
transferFromWithReservingNet(address _from, address _to, uint256 _netTransfer) returns (bool success)
transferOwnership(address newOwner)
transferWithCustomReserving(address _to, uint256 _totalTransfer, uint256 _customReservingPercentage) returns (bool success)
transferWithCustomReservingNet(address _to, uint256 _netTransfer, uint256 _customReservingPercentage) returns (bool success)
transferWithReserving(address _to, uint256 _totalTransfer) returns (bool success)
transferWithReservingNet(address _to, uint256 _netTransfer) returns (bool success)
unlockOwnFunds() returns (bool success)
unlockSupervisedFunds(address _from) returns (bool success)
AddAddressToJackpotParticipants(address indexed _sender, uint256 _times)
Approval(address indexed owner, address indexed spender, uint256 value)
SetJackpotMinimumAmount(uint256 _value)
SetMaxAllowedReservingPercentage(uint256 _value)
SetMinAllowedReservingPercentage(uint256 _value)
SetReservingPercentage(uint256 _value)
SetReservingStep(uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.