ChainLink Token
Verified contract
Active on
Base with 1,534 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
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000766 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 31 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22750824 | 3 hours ago | | | 0 | 0.0000053302263 | |
| 22745657 | 5 hours ago | | | 0 | 0.000069249542 | |
| 22735264 | 11 hours ago | | | 0 | 0.000000090150500000 | |
| 22735262 | 11 hours ago | | | 0 | 0.000000090150500000 | |
| 22735259 | 11 hours ago | | | 0 | 0.000000089928500000 | |
| 22731498 | 13 hours ago | | | 0 | 0.000054538885 | |
| 22729806 | 14 hours ago | | | 0 | 0.000053116035 | |
| 22729585 | 14 hours ago | | | 0 | 0.000052945257 | |
| 22729472 | 14 hours ago | | | 0 | 0.000052868756 | |
| 22720843 | 19 hours ago | | | 0 | 0.0000071401102 |
ABI
ABI objects
Getter at block 22755341
decimals() view returns (uint8)
18
getBurners() view returns (address[])
[0x1568A4131760231712E59778DAB9EFE67911f4ff, 0x0A995a72D8346683c97514990F802F4778B7ac72]
getMinters() view returns (address[])
[0x1568A4131760231712E59778DAB9EFE67911f4ff, 0x0A995a72D8346683c97514990F802F4778B7ac72]
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
ChainLink Token
owner() view returns (address)
0x7b0328745a01634c32efaf041d91432a075b308d
symbol() view returns (string)
LINK
totalSupply() view returns (uint256)
35537797830637738630554
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBurner(address burner) view returns (bool)
isMinter(address minter) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool success)
grantBurnRole(address burner)
grantMintAndBurnRoles(address burnAndMinter)
grantMintRole(address minter)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseApproval(address spender, uint256 addedValue)
mint(address account, uint256 amount)
revokeBurnRole(address burner)
revokeMintRole(address minter)
transfer(address to, uint256 amount) returns (bool)
transferAndCall(address to, uint256 amount, bytes data) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address to)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnAccessGranted(address indexed burner)
BurnAccessRevoked(address indexed burner)
MintAccessGranted(address indexed minter)
MintAccessRevoked(address indexed minter)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
MaxSupplyExceeded(uint256 supplyAfterMint)
SenderNotBurner(address sender)
SenderNotMinter(address sender)