This contract is being backfilled. You may encounter incomplete storage history.

Super Tron

Verified contract

Active on Ethereum with 18,514 txns
Deployed by via 0x3527129b at 7795209
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xf29f0374fecc186c5cb3b2abfff8292f26e896e84b2e4b6471992256ab8dfee6
0xc31bd5370a8895068923bb240b8133174541971a3fce217cd82a16871335df3f
0x40b0e0ca350cd7536d2766c1dabc77f64cfb3a127d0fc79e83463cef9ac4f54a
0x858c57e26fa4f0eb58dcf9732576d86783a1134931e03d3fe50a94fb9520a9d3
0xec6caebfca0e005c3becc12149ca0c58a44b313e49704b1ad6980c0c78b3f5d4
0xf805b8da74f685ad31cd347dbe2c37ba0164a343e53f2693abdf329677f85b73
0xc7f63813411a9a04fafa2f7e924a8af4e6728df50318f6f723b69dfa65b50a9b
0xa0b0976054344c57b0703f838cbf12e8eace1fc52dd109acd58e1b65f8a1bb4f
0x91396597c1643cc3e0c741d8a8e6fed9f8889b915c41d97252edd467cc77e61f
0x41db9fc8a053d33ff3ed176f037945d97e591af087c6442867257b46723cafc8

Functions
Getter at block 20794230
decimals(view returns (uint8)
18
name(view returns (string)
Super Tron
paused(view returns (bool)
false
symbol(view returns (string)
STRO
totalSupply(view returns (uint256)
50000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
isBlacklistAdmin(address accountview returns (bool)
isBlacklisted(address accountview returns (bool)
isMinter(address accountview returns (bool)
isPauser(address accountview returns (bool)
State-modifying
addBlacklistAdmin(address account
addBlacklisted(address account
addMinter(address account
addPauser(address account
approve(address spenderuint256 valuereturns (bool)
approveAndCall(address _spenderuint256 _valuebytes _datapayable returns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool success)
increaseAllowance(address spenderuint256 addedValuereturns (bool success)
mint(address touint256 valuereturns (bool)
pause(
removeBlacklisted(address account
renounceMinter(
renouncePauser(
sudoBurnFrom(address fromuint256 value
sudoRetrieveFrom(address fromuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistAdminAdded(address indexed account
BlacklistAdminRemoved(address indexed account
BlacklistedAdded(address indexed account
BlacklistedRemoved(address indexed account
MinterAdded(address indexed account
MinterRemoved(address indexed account
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(string namestring symboluint8 decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.