BLOCKLORDS
Verified contract
Active on
Base with 37,565 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 |
---|---|---|---|---|---|
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
) | BLHE | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744707 | 25 minutes ago | | | 0 | 1.8224275e-7 | |
| 22744651 | 27 minutes ago | | | 0 | 1.8519475e-7 | |
| 22744490 | 32 minutes ago | | | 0 | 0.0000036070316 | |
| 22744476 | 33 minutes ago | | | 0 | 0.0000036070316 | |
| 22744375 | 36 minutes ago | | | 0 | 0.0000036070316 | |
| 22742777 | an hour ago | | | 0 | 2.1617506e-7 | |
| 22742777 | an hour ago | | | 0 | 2.1617506e-7 | |
| 22742776 | an hour ago | | | 0 | 2.6317159e-7 | |
| 22742620 | 2 hours ago | | | 0 | 2.1462231e-7 | |
| 22742620 | 2 hours ago | | | 0 | 2.1462231e-7 |
ABI
ABI objects
Getter at block 22745459
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xd0a6053f087e87a25dc60701ba6e663b1a548e85
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0xd0a6053f087e87a25dc60701ba6e663b1a548e85
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
BLOCKLORDS
remoteToken() view returns (address)
0xd0a6053f087e87a25dc60701ba6e663b1a548e85
symbol() view returns (string)
LRDS
totalSupply() view returns (uint256)
1990346890700620370108733
version() view returns (string)
1.3.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(address _bridge, address _remoteToken, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.