Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Blast"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16321655 | 4 months ago | | | 0 | 4.1581800e-7 | |
| 16220223 | 4 months ago | | | 0 | 3.5161357e-7 | |
| 16220047 | 4 months ago | | | 0 | 5.9363988e-7 | |
| 16218301 | 4 months ago | | | 0 | 8.1376050e-7 | |
| 16218282 | 4 months ago | | | 0 | 6.3984085e-7 | |
| 16215562 | 4 months ago | | | 0 | 1.2007047e-7 | |
| 16211695 | 4 months ago | | | 0 | 0.000000082695017300 | |
| 16208709 | 4 months ago | | | 0 | 1.1203033e-7 | |
| 16202592 | 4 months ago | | | 0 | 1.4265455e-7 | |
| 16191280 | 4 months ago | | | 0 | 1.8927772e-7 |
ABI
ABI objects
Getter at block 22068104
LP() view returns (address)
0x7f10b15f6b0f54a288f4adee7069a1af98ade8b5
decimals() view returns (uint256)
18
name() view returns (string)
Blast
owner() view returns (address)
0xf0b874b406bf088734217b948ae98b4556bc5408
symbol() view returns (string)
BLAST
totalSupply() view returns (uint256)
2000100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
initToken(address _lp) returns (bool)
mint(address account, uint256 amount)
setLP(address _lp) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
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 _supply, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.