Robonomics Web Services :: V1
Verified contract
Active on
Ethereum with 3,012 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,467.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XRT | ERC-20 | 614.215768 | $2.39 |
$1,467.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21385540 | a day ago | | | 0 | 0.00083897009 | |
| 21373003 | 3 days ago | | | 0 | 0.0024942394 | |
| 21331760 | 9 days ago | | | 0 | 0.00099438649 | |
| 21222953 | 24 days ago | | | 0 | 0.00082749951 | |
| 21216056 | 25 days ago | | | 0 | 0.0010840355 | |
| 21214151 | 25 days ago | | | 0 | 0.00050041411 | |
| 21214017 | 25 days ago | | | 0 | 0.00047916098 | |
| 21214008 | 25 days ago | | | 0 | 0.00044786121 | |
| 21213998 | 25 days ago | | | 0 | 0.00047861528 | |
| 21160156 | a month ago | | | 0 | 0.00086634546 |
ABI
ABI objects
Getter at block 21393419
decimals() view returns (uint8)
18
name() view returns (string)
Robonomics Web Services :: V1
owner() view returns (address)
0x5b673e2ef319b388a3014702d17022c57fe5eb92
symbol() view returns (string)
RWS
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.