SSNC
Verified contract
Proxy
Active on
Ethereum with 11,032 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 41 additional slots
Balances ($0.00)
No balances found for "SSNC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274765 | 5 hours ago | | | 0 | 0.00026291300 | |
| 21270436 | 20 hours ago | | | 0 | 0.00031385553 | |
| 21270416 | 20 hours ago | | | 0 | 0.00028605286 | |
| 21270269 | 20 hours ago | | | 0 | 0.00034801279 | |
| 21263864 | 2 days ago | | | 0 | 0.00049145541 | |
| 21260525 | 2 days ago | | | 0 | 0.00044498557 | |
| 21259441 | 2 days ago | | | 0 | 0.00036693707 | |
| 21258996 | 2 days ago | | | 0 | 0.00062821418 | |
| 21258745 | 2 days ago | | | 0 | 0.00076938665 | |
| 21258451 | 2 days ago | | | 0 | 0.00029631067 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(string _name, string _symbol)
mint(address to, uint256 amount)
renounceOwnership()
rescueERC20Token(address token, uint256 amount)
rescueNativeToken(uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
BeaconUpgraded(address indexed beacon)
Approval(address indexed owner, address indexed spender, uint256 value)
ERC20TokenRescue(address token, address recipient, uint256 amount)
Initialized(uint64 version)
NativeTokenRescue(address recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address beacon, bytes data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidBeacon(address beacon)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 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()