SSNC

Verified contract

Proxy

Active on Ethereum with 11,032 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"

0x318523a2a0b74d8f3684bf6dba4be53fc0e3b2cf9f718033338f0e70b104405d
0x55dc0a4fbbe55468dcac045152d355a372efc2681f9e1824bb0c07b40561f038
0xb427a1c773a92657e0a713ba9e9071a509f46aad7e5ec2834ddfe49fb4a727a1
0x82844110ed82e759b2f8fe130e97a740e061dc11de8a1dddfe77b613bf120412
0x94e28f6e9dd6476b29f18eaab9551e2682b612fa485c21cc08ce8c0f665ce37d
0x685b7a500d4722677be370e08e9acaecff440d5479dac7ef40e1d0ca8a9ccbd5
0x69d1b963e641c3a5bcf9b5603e9f1bf9b4416e316ef966d59187bee5f5e0a040
0x22a473055075ef17ec96c628855c83d769ffc7ef3c3a11efb121c2819abdc21f
0x818aa26fba2f2dbbdb05ec465381ea6cc209358543184bb25c8dcc03f513a56c
0x5bc84c64a68b3ee6c28f60792ad7e8b573310e1ef6db67cba8a68285ff0c2d8c

Functions
Getter at block 21276292
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(