RoboAi Coin R2R
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "RoboAi Coin R2R"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RoboAi Coin R2R"
ABI
ABI objects
Getter at block 21332021 totalSupply() view returns (uint256)
decimals() view returns (uint8)
18
name() view returns (string)
RoboAi Coin R2R
symbol() view returns (string)
R2R
Read-only
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 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)
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 storeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.