SWTCoin
Verified contract
Active on
Ethereum with 80,709 txns
Balances ($0.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWAT | ERC-20 | 1.342042M | $0.00 |
$0.06 | |
SWAT | ERC-20 | 26.579999K | -- | -- | |
C4Y | ERC-20 | 1.5K | -- | -- | |
HBRS | ERC-20 | 500 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20431947 | 4 months ago | | | 0 | 0.00016606707 | |
| 19710396 | 7 months ago | | | 0 | 0.00022494544 | |
| 19593397 | 8 months ago | | | 0 | 0.00039405976 | |
| 17542929 | a year ago | | | 0 | 0.0016769106 | |
| 16988179 | 2 years ago | | | 0 | 0.0016902558 | |
| 16875025 | 2 years ago | | | 0 | 0.00034541072 | |
| 16875010 | 2 years ago | | | 0 | 0.00071121962 | |
| 12753157 | 3 years ago | | | 0 | 0.0012776700 | |
| 12392085 | 4 years ago | | | 0 | 0.0034480930 | |
| 12374573 | 4 years ago | | | 0 | 0.0014608440 |
ABI
ABI objects
Getter at block 21274540
MaxSupply() view returns (uint256)
154000000000000000
decimals() view returns (uint256)
8
name() view returns (string)
SWTCoin
stopped() view returns (bool)
true
symbol() view returns (string)
SWAT
totalSupply() view returns (uint256)
84032531800000000
version() view returns (string)
2.0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events airdropMinting(address[] _to_list, uint256[] _values)
approve(address _spender, uint256 _value) returns (bool success)
changeMinter(address _new_mint_address)
changeOwner(address _newaddress)
mintToken(address target, uint256 mintedAmount)
setMaxSupply(uint256 maxsupply_amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address src, address dst, uint256 wad) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.