SwapShip RTC
Verified contract
Active on
Ethereum with 1,506 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWSH | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267428 | 7 days ago | | | 0 | 0.00039924566 | |
| 21227810 | 13 days ago | | | 0 | 0.00024539436 | |
| 20392185 | 4 months ago | | | 0 | 0.000066318583 | |
| 19880330 | 7 months ago | | | 0 | 0.000091920544 | |
| 19764803 | 7 months ago | | | 0 | 0.00015615147 | |
| 19731880 | 7 months ago | | | 0 | 0.00052349766 | |
| 19731702 | 7 months ago | | | 0 | 0.00045366156 | |
| 19632287 | 8 months ago | | | 0 | 0.0010487830 | |
| 19573779 | 8 months ago | | | 0 | 0.00058796121 | |
| 19462602 | 8 months ago | | | 0 | 0.0021144225 |
ABI
ABI objects
Getter at block 21317622
decimals() view returns (uint8)
18
name() view returns (string)
SwapShip RTC
owner() view returns (address)
0xf8bfd0cf1c6f948339d5bd78444bebd78e43ae26
symbol() view returns (string)
SWSH
totalSupply() view returns (uint256)
22006253550612035402859
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.