RoboAi Coin R2R
Verified contract
Proxy
Active on
Ethereum with 400 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6da3…db9e
0x6da3…db9e
Balances ($0.00)
No balances found for "RoboAi Coin R2R"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13692045 | 3 years ago | | | 0 | 0.0076465779 | |
| 13061166 | 3 years ago | | | 0 | 0.0024689340 | |
| 13059137 | 3 years ago | | | 0 | 0.0032024851 | |
| 12689219 | 3 years ago | | | 0 | 0.0011050410 | |
| 12688940 | 3 years ago | | | 0 | 0.00073669408 | |
| 12688080 | 3 years ago | | | 0 | 0.0010524200 | |
| 12650926 | 3 years ago | | | 0 | 0.0018933880 | |
| 12592664 | 3 years ago | | | 0 | 0.0017754500 | |
| 12579387 | 3 years ago | | | 0 | 0.0033804500 | |
| 12093916 | 4 years ago | | | 0 | 0.0043105200 |
ABI
ABI objects
Getter at block 21329430
implementation() view returns (address)
0x2d053306379447af70028a04f54779cc448b590a
decimals() view returns (uint8)
18
name() view returns (string)
RoboAi Coin R2R
symbol() view returns (string)
R2R
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
isOwner(address account) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenDistributionPercentage(string allocatee) view returns (uint256 percentage)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
isOwner(address account) view returns (bool)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events upgradeTo(address newImplementation)
approve(address spender, uint256 value) returns (bool)
burnToken(uint256 value)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
mintToken(address recipient, uint256 value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Upgraded(address implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Lock(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
Mint(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unlock(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor(address _implementation, address storageAddress)
fallback()
This contract contains no error objects.