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 "REAL-T"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11829052 | 4 years ago | | | 0 | 0.0069982220 | |
| 10323142 | 4 years ago | | | 0 | 0.00084679000 | |
| 10322983 | 4 years ago | | | 0 | 0.00099146200 | |
| 10059309 | 5 years ago | | | 0 | 0.00090146000 | |
| 10001927 | 5 years ago | | | 0 | 0.00027091000 | |
| 9935568 | 5 years ago | | | 0 | 0.00021269600 | |
| 9891627 | 5 years ago | | | 0 | 0.00019597000 | |
| 9808189 | 5 years ago | | | 0 | 0.00012091000 | |
| 9808129 | 5 years ago | | | 0 | 0.000054182000 | |
| 9789183 | 5 years ago | | | 0 | 0.00012091000 |
ABI
ABI objects
Getter at block 21304039
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
236180100
decimals() view returns (uint256)
4
name() view returns (string)
REAL-T
owner() view returns (address)
0xd17ecd9f35cbfd9f673cb4e6ac6ce5fccd084dd9
paused() view returns (bool)
false
symbol() view returns (string)
REALT
totalSupply() view returns (uint256)
236180100
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.