Karate
Verified contract
Active on
Ethereum with 31,384 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($917.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KARATE | ERC-20 | 1.355526M | $0.000677 |
$917.85 | |
HQG | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157651 | an hour ago | | | 0 | 0.00051979031 | |
| 21157474 | an hour ago | | | 0 | 0.00086579939 | |
| 21157137 | 3 hours ago | | | 0 | 0.00076155110 | |
| 21157118 | 3 hours ago | | | 0 | 0.00075557608 | |
| 21156813 | 4 hours ago | | | 0 | 0.0011319065 | |
| 21156304 | 5 hours ago | | | 0 | 0.00054445506 | |
| 21156053 | 6 hours ago | | | 0 | 0.00059865432 | |
| 21155903 | 7 hours ago | | | 0 | 0.00050157383 | |
| 21155802 | 7 hours ago | | | 0 | 0.00044174379 | |
| 21155786 | 7 hours ago | | | 0 | 0.00046897367 |
ABI
ABI objects
Getter at block 21157886
decimals() view returns (uint8)
18
getCurrentSnapshotId() view returns (uint256 snapshotId)
15
name() view returns (string)
Karate
owner() view returns (address)
0xf78469865d633453a0aa615c2e06b8924fc6f42b
symbol() view returns (string)
KARATE
totalSupply() view returns (uint256)
77000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createSnapshot() returns (uint256 snapshotId)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.