SUP8EME Token
Verified contract
Active on
Ethereum with 27,730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUP8EME | ERC-20 | 6.015184K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20445895 | 3 months ago | | | 0 | 0.000029711000 | |
| 17090616 | 2 years ago | | | 0 | 0.0023534707 | |
| 15694113 | 2 years ago | | | 0 | 0.00020394348 | |
| 14424288 | 3 years ago | | | 0 | 0.0010929897 | |
| 13987462 | 3 years ago | | | 0 | 0.0067854433 | |
| 13985148 | 3 years ago | | | 0 | 0.0049320260 | |
| 13873854 | 3 years ago | | | 0 | 0.0025015454 | |
| 13794435 | 3 years ago | | | 0 | 0.0027978211 | |
| 13794406 | 3 years ago | | | 0 | 0.0062981557 | |
| 13794406 | 3 years ago | | | 0 | 0.0023755600 |
ABI
ABI objects
Getter at block 21163487
decimals() view returns (uint8)
6
name() view returns (string)
SUP8EME Token
symbol() view returns (string)
SUP8EME
totalSupply() view returns (uint256)
18000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
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(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMulti(address[] recipients, uint256[] amounts) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.