Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 630.642525 | $1.002 |
$631.9 | |
KARRAT | ERC-20 | 201.462947 | $0.465466 |
$93.77 | |
WARPED | ERC-20 | 1K | $0.001125 |
$1.12 | |
BYTES | ERC-20 | 15 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241068 | 25 minutes ago | | | 0 | 0.00037017540 | |
| 21241043 | 30 minutes ago | | | 0 | 0.00034988276 | |
| 21241042 | 30 minutes ago | | | 0 | 0.00057227164 | |
| 21241017 | 35 minutes ago | | | 0 | 0.00055917862 | |
| 21240977 | 43 minutes ago | | | 0 | 0.00048729183 | |
| 21240938 | an hour ago | | | 0 | 0.00041592688 | |
| 21240924 | an hour ago | | | 0 | 0.00078760210 | |
| 21240714 | 2 hours ago | | | 0 | 0.00026651542 | |
| 21240695 | 2 hours ago | | | 0 | 0.00035226213 | |
| 21240685 | 2 hours ago | | | 0 | 0.00033888485 |
ABI
ABI objects
Getter at block 21241191
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x361e4be118fef3e0187eea98216c8d78ad3b451fdc84f9978300cbefe252d420
clock() view returns (uint48)
21241191
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address MULTISIGONE, address MULTISIGTWO)
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)