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 |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001972 |
$0 | |
RTX | ERC-20 | 470K | -- | -- | |
AWN | ERC-20 | 22.04K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168724 | 12 days ago | | | 0 | 0.0013687823 | |
| 20453230 | 4 months ago | | | 0 | 0.000056839000 | |
| 19444710 | 8 months ago | | | 0 | 0.0017497200 | |
| 18624847 | a year ago | | | 0 | 0.0016321212 | |
| 16652926 | 2 years ago | | | 0 | 0.0010138468 | |
| 16652296 | 2 years ago | | | 0 | 0.0013782399 | |
| 16645265 | 2 years ago | | | 0 | 0.0012978253 | |
| 12147602 | 4 years ago | | | 0 | 0.0076309700 | |
| 12045227 | 4 years ago | | | 0 | 0.0081530890 | |
| 11955925 | 4 years ago | | | 0 | 0.0040191151 |
ABI
ABI objects
Getter at block 21257127
INITIAL_SUPPLY() view returns (uint256)
6000000000000000000000000000
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0xaaa97f2a6779d606248154f4fdcce37fe57cc6c9
name() view returns (string)
R2X
owner() view returns (address)
0x058cfc1b04ab8b1d83d9aa84e86a5e78cd1befec
paused() view returns (bool)
false
symbol() view returns (string)
RTX
totalSupply() view returns (uint256)
5400000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozen(address _target) view returns (bool)
frozenAccounts(address) view returns (bool)
State-modifying
Events addDistributionContract(address _contract)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.