Rflexcoin
Verified contract
Active on
Ethereum with 4,720 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 |
---|---|---|---|---|---|
RFC | ERC-20 | 31.1491K | -- | -- | |
RGSCD | ERC-20 | 100 | -- | -- | |
CNUS | ERC-20 | 85 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453240 | 3 months ago | | | 0 | 0.000060000000 | |
| 20452995 | 3 months ago | | | 0 | 0.000060000000 | |
| 20246539 | 4 months ago | | | 0 | 0.00018105685 | |
| 20229854 | 4 months ago | | | 0 | 0.00024194042 | |
| 19744042 | 7 months ago | | | 0 | 0.00039955300 | |
| 19717861 | 7 months ago | | | 0 | 0.00075801561 | |
| 18195797 | a year ago | | | 0 | 0.00045241766 | |
| 17163037 | 2 years ago | | | 0 | 0.0030210275 | |
| 17101468 | 2 years ago | | | 0 | 0.0012672529 | |
| 16767978 | 2 years ago | | | 0 | 0.0011829584 |
ABI
ABI objects
Getter at block 21166742
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Rflexcoin
owner() view returns (address)
0x4088fa4331625bf58ee30b262a1f1c50235adc36
paused() view returns (bool)
false
symbol() view returns (string)
RFC
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getLockedUserInfo(address _address) view returns (uint256, uint256, uint256, uint256, uint256, uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
removeLockedWalletEntity(address _address) returns (bool)
removeSupervisor(address _address) returns (bool)
renounceOwnership()
setLockTime(address _to, uint256 _time, uint256 _lockTime) returns (bool)
setLockedWalletEntity(address _address) returns (bool)
setSupervisor(address _address) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferToLockedBalance(address _to, uint256 _firstUnlockTime, uint256 _firstUnlockValue, uint256 _secondUnlockTime, uint256 _secondUnlockValue, uint256 _thirdUnlockTime, uint256 _thirdUnlockValue) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PrintLog(address indexed sender, string _logName, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed lockedUser, uint256 lockPeriod, uint256 firstUnlockValue, uint256 secondUnlockValueUnlockValue, uint256 thirdUnlockValue)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.