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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743226 | 4 hours ago | | | 0 | 5.1772700e-7 | |
| 22354978 | 9 days ago | | | 0 | 5.3200856e-7 | |
| 21588627 | a month ago | | | 0 | 6.8112320e-7 | |
| 21375711 | a month ago | | | 0 | 6.8068168e-7 | |
| 20804063 | a month ago | | | 0 | 3.3891200e-7 | |
| 19159646 | 3 months ago | | | 0 | 6.5959294e-7 | |
| 18923136 | 3 months ago | | | 0 | 3.3249184e-7 | |
| 18865443 | 3 months ago | | | 0 | 0.000000205246801760 | |
| 18830407 | 3 months ago | | | 0 | 2.5937282e-7 | |
| 18422368 | 3 months ago | | | 0 | 3.8843833e-7 |
ABI
ABI objects
Getter at block 22750655
darthPlagueis() pure returns (string)
I thought not. It's not a story the Jedi would tell you. It's a Sith legend. Darth Plagueis was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create life... He had such a knowledge of the dark side that he could even keep the ones he cared about from dying. The dark side of the Force is a pathway to many abilities some consider to be unnatural. He became so powerful... the only thing he was afraid of was losing his power, which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep. It's ironic he could save others from death, but not himself.
decimals() view returns (uint8)
18
myMidichlorianCount() view returns (uint256)
8203
name() view returns (string)
Base Wars
symbol() view returns (string)
FORCE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
executeOrder66()
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)
Order66(address from)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)