SKALE
Verified contract
Active on
Ethereum with 185,992 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($5,457.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKL | ERC-20 | 104.094097K | $0.052349 |
$5,449.22 | |
CFi | ERC-20 | 41.181904 | $0.187686 |
$7.73 | |
USDC | ERC-20 | 0.740641 | $0.999535 |
$0.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248311 | 12 minutes ago | | | 0 | 0.00083798722 | |
| 21248294 | 16 minutes ago | | | 0 | 0.00087398000 | |
| 21248240 | 26 minutes ago | | | 0 | 0.00046340375 | |
| 21248235 | 27 minutes ago | | | 0 | 0.00047796312 | |
| 21248231 | 28 minutes ago | | | 0 | 0.00046054698 | |
| 21248200 | 34 minutes ago | | | 0 | 0.00043991107 | |
| 21248135 | an hour ago | | | 0 | 0.0013580174 | |
| 21248067 | an hour ago | | | 0 | 0.0011279991 | |
| 21247857 | 2 hours ago | | | 0 | 0.0010148310 | |
| 21247825 | 2 hours ago | | | 0 | 0.0012763057 |
ABI
ABI objects
Getter at block 21248368
CAP() view returns (uint256)
7000000000000000000000000000
DECIMALS() view returns (uint256)
18
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NAME() view returns (string)
SKALE
SYMBOL() view returns (string)
SKL
contractManager() view returns (address)
0xc04a10fd5e6513242558f47331568abd6185a310
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
SKALE
symbol() view returns (string)
SKL
totalSupply() view returns (uint256)
5548151201423836959673194486
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
getAndUpdateDelegatedAmount(address wallet) returns (uint256)
getAndUpdateLockedAmount(address wallet) returns (uint256)
getAndUpdateSlashedAmount(address wallet) returns (uint256)
grantRole(bytes32 role, address account)
initialize(address contractManagerAddress)
mint(address account, uint256 amount, bytes userData, bytes operatorData) returns (bool)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
renounceRole(bytes32 role, address account)
revokeOperator(address operator)
revokeRole(bytes32 role, address account)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address contractsAddress, address[] defOps)
This contract contains no fallback and receive objects.
This contract contains no error objects.