Swytch Energy Token
Verified contract
Active on
Ethereum with 8,357 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 |
---|---|---|---|---|---|
SET | ERC-20 | 333.575K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868592 | 2 months ago | | | 0 | 0.00065472746 | |
| 20691200 | 3 months ago | | | 0 | 0.00020660447 | |
| 20286746 | 4 months ago | | | 0 | 0.00015496179 | |
| 20286071 | 4 months ago | | | 0 | 0.00023012960 | |
| 20286015 | 4 months ago | | | 0 | 0.00023082196 | |
| 18311653 | a year ago | | | 0 | 0.00029542714 | |
| 16669498 | 2 years ago | | | 0 | 0.00069213517 | |
| 16663206 | 2 years ago | | | 0 | 0.0013545906 | |
| 16655369 | 2 years ago | | | 0 | 0.00075298240 | |
| 16654749 | 2 years ago | | | 0 | 0.00070701633 |
ABI
ABI objects
Getter at block 21243198
MAXIMUM_SUPPLY() view returns (uint256)
3650000000000000000000000000
decimals() view returns (uint8)
18
destroyEnabled() view returns (bool)
false
initialSupply() view returns (uint256)
0
mintingFinished() view returns (bool)
false
name() view returns (string)
Swytch Energy Token
owner() view returns (address)
0x0b8d384010754732d16f45a7a3a427415651f3fc
standard() view returns (string)
Token 0.1
symbol() view returns (string)
SET
totalSupply() view returns (uint256)
286293627000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
0.3
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
issue(address _to, uint256 _amount)
mint(address _to, uint256 _amount) returns (bool)
setDestroyEnabled(bool _enable)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
Mint(address indexed to, uint256 amount)
MintFinished()
NewSmartToken(address _token)
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.