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 "RAS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18077526 | a year ago | | | 0 | 0.00067357347 | |
| 15282541 | 2 years ago | | | 0 | 0.00047288224 | |
| 14951637 | 2 years ago | | | 0 | 0.0033781379 | |
| 14374218 | 3 years ago | | | 0 | 0.00088036800 | |
| 14374134 | 3 years ago | | | 0 | 0.00088036800 | |
| 13812367 | 3 years ago | | | 0 | 0.0036964580 | |
| 13810480 | 3 years ago | | | 0 | 0.0033421312 | |
| 13810404 | 3 years ago | | | 0 | 0.0024633286 | |
| 13709241 | 3 years ago | | | 0 | 0.0087873000 | |
| 13610869 | 3 years ago | | | 0 | 0.0051698997 |
ABI
ABI objects
Getter at block 21160743
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
4106500000
decimals() view returns (uint256)
4
name() view returns (string)
RAS
owner() view returns (address)
0x8f9a72563ab584770c2656084d1c3af807f3fa4d
paused() view returns (bool)
false
symbol() view returns (string)
RAS
totalSupply() view returns (uint256)
4106500000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
authorized(address) view returns (bool)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
blacklisted(address) view returns (bool)
State-modifying
Events addBlacklist(address _address)
approve(address _spender, uint256 _value)
issue(uint256 amount)
pause()
redeem(uint256 amount)
removeBlacklist(address _address)
revokeAuthorization(address _address)
setAuthorization(address _address)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationRevoked(address _address)
AuthorizationSet(address _address)
BlacklistAdded(address _address)
BlacklistRemoved(address _address)
Issue(uint256 amount)
Pause()
Redeem(uint256 amount)
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.