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

SSNC

Verified contract

Proxy

Active on Ethereum with 10,629 txns
Deployed by via 0x91b7df0c at 19462152
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 41 additional slots

No balances found for "SSNC"

0x6fa29089670a6c5793a6e83169c0b9d6866a74780d38727a67b746a630630b8f
0x021a6c570f45a9686d53a957ca314b35b86c9d9dc7fd5a26efaf1fc44761dede
0x16ef8330646b6e841e324836013be25b703208dba9a9ad6f583858118971d5c5
0xe46b7553e0920308b26a4cae32a30c0bc1a7d17c9e6929e3f6eca372f18d959e
0xb28ea1093f4fa84477a89dd2515958d785c7694012cd7d014cf948d7748b18a6
0x6ef3016269ef4f192be855a73a2cb9f5c46ba057569ac7c3b43f0eb967d62024
0x43ddef27007086707712804795259769ee66cba18cb2e8a30d6a9b308000c685
0x38168e2e1f52fb37aafab2f200572ecb3c487d9e46784316335896ee7be6e7c3
0x62bca759dd7b1d94505a555c32e973bb1bc5e7b39ce5143e5350ddf81728414b
0xcd11909cc11dff99a54f6028903a2031ae85b8ded67e07eb4ee7f1ce1a1a89bf

Functions
Getter at block 20792745
decimals(view returns (uint8)
18
name(view returns (string)
SSNC
owner(view returns (address)
0x6dfcf1883213c45edfe08aa15cee2233b42cf899
symbol(view returns (string)
SSNC
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
initialize(string _namestring _symbol
mint(address touint256 amount
renounceOwnership(
rescueERC20Token(address tokenuint256 amount
rescueNativeToken(uint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
BeaconUpgraded(address indexed beacon
Approval(address indexed owneraddress indexed spenderuint256 value
ERC20TokenRescue(address tokenaddress recipientuint256 amount
Initialized(uint64 version
NativeTokenRescue(address recipientuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address beaconbytes data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidBeacon(address beacon
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OnlyNonZeroAddress(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
ZeroMintAmount(