Label Protocol
Verified contract
Active on
Ethereum with 494 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 |
---|---|---|---|---|---|
LABEL | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21054299 | a month ago | | | 0 | 0.00025669264 | |
| 20288139 | 4 months ago | | | 0 | 0.00011149565 | |
| 20139872 | 5 months ago | | | 0 | 0.00020244355 | |
| 20124890 | 5 months ago | | | 0 | 0.00019202216 | |
| 19993500 | 6 months ago | | | 0 | 0.00027639154 | |
| 19983418 | 6 months ago | | | 0 | 0.0011642956 | |
| 19849152 | 6 months ago | | | 0 | 0.00018517762 | |
| 19814276 | 7 months ago | | | 0 | 0.00028662234 | |
| 19705668 | 7 months ago | | | 0 | 0.00038303381 | |
| 19705650 | 7 months ago | | | 0 | 0.00035703489 |
ABI
ABI objects
Getter at block 21266090
decimals() view returns (uint8)
18
feeBpsToLp() view returns (uint16)
300
feeBpsTotal() view returns (uint16)
500
feeWallet() view returns (address)
0xe72471f81ad65a371c9736a07dcec248bee35526
llmVersion() view returns (string)
v22
lpWallet() view returns (address)
0xe549b049e43e530baee64ff73372bc3dde876466
maxBpsPerWallet() view returns (uint16)
100
name() view returns (string)
Label Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LABEL
totalSupply() view returns (uint256)
9500000000000000000000000
uniswapPair() view returns (address)
0x490763cce5936ae22618d5cdacad252f29a0e8af
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludeFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExcludeFromFees(address account, bool value)
setFeeWallet(address feeWallet_)
setFees(uint16 feeBptsTotal_, uint16 feeBpsToLp_)
setLpWallet(address lpWallet_)
setMaxBpsPerWallet(uint16 maxBpsPerWallet_)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address feeWallet_, address lpWallet_, uint16 feeBpsTotal_, uint16 feeBpsToLp_, uint16 maxBpsPerWallet_)
This contract contains no fallback and receive objects.
This contract contains no error objects.