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

Karrat

Verified contract

Active on Ethereum with 17,847 txns
Deployed by via 0x1fd52e14 at 19569629
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $25.1
ERC-20
Value $1.08
ERC-20
--
0xfb18e5e3be38c3281aaa5f4bd9ebaac5bf8eef303e89584f96125b6a927b0951
0x096fab1cb1cdf4401a99a9a4d21865987866c91ec7f8425a315c330c9b40c6ee
0x88456c1b260eb510ae4c0d3868faac5c93e05c51289dd35770df936ff3ba19e7
0x4e44938511abf57d9c0c8ba3598b43d70484bdc3f1b691540df7fb6726172e89
0xee633fa2e6b128c3859e954941da3d9492574b1f31889bc60ccc90a955da2872
0xa27a843244ea532c3df66656e227549cbf88862443b1435616fb15fe585846fe
0x20cd98bc040f0177a8a0941cf9f7417c64eb9d0b049328763e55bb20178b5a89
0xe9fc2d1dd4653d1f7bfcf0a12d9b4443fbe873af2b13afc0eb316d4325cb3d20
0x9ff4a3be0484ae60ed51a941490ece547369c9c3efa315442fcf3d8d9d1da508
0xd81afdb7ceac79a99882a6fc9b30208eaa9155b4a59138e1967bd1c3dd0bd9dd

Functions
Getter at block 20798086
CLOCK_MODE(view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR(view returns (bytes32)
0x361e4be118fef3e0187eea98216c8d78ad3b451fdc84f9978300cbefe252d420
clock(view returns (uint48)
20798086
decimals(view returns (uint8)
18
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=KarratCoin, version=1, chainId=1, verifyingContract=0xacd2c239012d17beb128b0944d49015104113650, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name(view returns (string)
KarratCoin
symbol(view returns (string)
KARRAT
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkpoints(address accountuint32 posview returns (struct CheckpointsCheckpoint208)
delegates(address accountview returns (address)
getPastTotalSupply(uint256 timepointview returns (uint256)
getPastVotes(address accountuint256 timepointview returns (uint256)
getVotes(address accountview returns (uint256)
nonces(address ownerview returns (uint256)
numCheckpoints(address accountview returns (uint32)
State-modifying
approve(address spenderuint256 valuereturns (bool)
delegate(address delegatee
delegateBySig(address delegateeuint256 nonceuint256 expiryuint8 vbytes32 rbytes32 s
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DelegateChanged(address indexed delegatoraddress indexed fromDelegateaddress indexed toDelegate
DelegateVotesChanged(address indexed delegateuint256 previousVotesuint256 newVotes
EIP712DomainChanged(
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address MULTISIGONEaddress MULTISIGTWO
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CheckpointUnorderedInsertion(
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20ExceededSafeSupply(uint256 increasedSupplyuint256 cap
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
ERC5805FutureLookup(uint256 timepointuint48 clock
ERC6372InconsistentClock(
InvalidAccountNonce(address accountuint256 currentNonce
InvalidShortString(
SafeCastOverflowedUintDowncast(uint8 bitsuint256 value
StringTooLong(string str
VotesExpiredSignature(uint256 expiry