Kermit the Coin
Verified contract
Active on
Ethereum with 3,726 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KERMIT | ERC-20 | 801.099261K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145668 | 2 days ago | | | 0 | 0.00070255930 | |
| 21143233 | 3 days ago | | | 0 | 0.00051968350 | |
| 21143232 | 3 days ago | | | 0 | 0.00047637654 | |
| 21143232 | 3 days ago | | | 0 | 0.00051968350 | |
| 21143232 | 3 days ago | | | 0 | 0.00091132650 | |
| 21143232 | 3 days ago | | | 0 | 0.0010603622 | |
| 21142854 | 3 days ago | | | 0 | 0.00081491487 | |
| 21141437 | 3 days ago | | | 0 | 0.00047208858 | |
| 21115664 | 6 days ago | | | 0 | 0.00056528700 | |
| 21071843 | 13 days ago | | | 0 | 0.00038984186 |
ABI
ABI objects
Getter at block 21161491
Optimization() view returns (uint256)
13120055766420812398736262111450
_owner() view returns (address)
0x0000000000000000000000000000000000000001
decimals() view returns (uint256)
18
name() view returns (string)
Kermit the Coin
owner() view returns (address)
0x0000000000000000000000000000000000000001
symbol() view returns (string)
KERMIT
totalSupply() view returns (uint256)
69420000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.