KOMPETE Token
Verified contract
Active on
Base with 3,457 txns
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 |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.01156 |
$0.12 | |
KOMPETE | ERC-20 | 1 | $0.012333 |
$0.01 | |
USA | ERC-20 | 1 | $0.001123 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21976768 | 14 minutes ago | | | 0 | 1.5456994e-7 | |
| 21976735 | 15 minutes ago | | | 0 | 1.5456994e-7 | |
| 21976709 | 16 minutes ago | | | 0 | 1.5456994e-7 | |
| 21976516 | 23 minutes ago | | | 0 | 1.5456994e-7 | |
| 21976341 | 28 minutes ago | | | 0 | 1.5456994e-7 | |
| 21976255 | 31 minutes ago | | | 0 | 1.5456994e-7 | |
| 21975136 | an hour ago | | | 0 | 1.5380119e-7 | |
| 21970602 | 4 hours ago | | | 0 | 1.1783030e-7 | |
| 21966236 | 6 hours ago | | | 0 | 1.1321010e-7 | |
| 21964478 | 7 hours ago | | | 0 | 1.5193545e-7 |
ABI
ABI objects
Getter at block 21977190
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x1e0b2992079b620aa13a7c2e7c88d2e1e18e46e9
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
10
l1Token() view returns (address)
0x1e0b2992079b620aa13a7c2e7c88d2e1e18e46e9
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
KOMPETE Token
remoteToken() view returns (address)
0x1e0b2992079b620aa13a7c2e7c88d2e1e18e46e9
symbol() view returns (string)
KOMPETE
totalSupply() view returns (uint256)
242820394626036605
version() view returns (string)
1.2.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.