Rally Coin
Verified contract
Active on
Ethereum with 37,005 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RLY | ERC-20 | 4.982K | $0.003645 |
$18.16 | |
0x2859…1aff | ERC-20 | 9.817671M | -- | -- | |
RALLY | ERC-20 | 68.21K | -- | -- | |
NLM | ERC-20 | 4.01K | -- | -- | |
OMNIS | ERC-20 | 120 | -- | -- | |
OMNIS | ERC-20 | 60 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868590 | a month ago | | | 0 | 0.00076140043 | |
| 20453008 | 3 months ago | | | 0 | 0.000054921000 | |
| 20452804 | 3 months ago | | | 0 | 0.000051821000 | |
| 20407367 | 3 months ago | | | 0 | 0.00012673823 | |
| 20407242 | 3 months ago | | | 0 | 0.00011292514 | |
| 17464127 | a year ago | | | 0 | 0.0010731360 | |
| 16388792 | 2 years ago | | | 0 | 0.00066511396 | |
| 16388755 | 2 years ago | | | 0 | 0.00050597465 | |
| 15281614 | 2 years ago | | | 0 | 0.00027024940 | |
| 15238697 | 2 years ago | | | 0 | 0.0012958250 |
ABI
ABI objects
Getter at block 21162263
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Rally Coin
owner() view returns (address)
0x506637aa8fe4c46c42ac22833bdfb1a61c7ad3cf
sellPrice() view returns (uint256)
0
symbol() view returns (string)
RALLY
totalSupply() view returns (uint256)
4999999999999999999999999500
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.