Base Wars

Verified contract

Active on Base with 2,080 txns
Deployed by via 0x35f3199a at 14022717
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x01eebd2ff5f97cdd2404367db27950b93c991822212d5f78e0c978f9251e83a2
0x6fe5230ad2eac4a61f573c4884fa0c7437bc5749f0ab8fe3fffa0ff5dd05fbd7
0x3225465125772bfc96dee77c7b685e20684dba681912dec8cd05afd3ca43c643
0x537ed3e869ed5007e4e251cb731749733f13f4a70ffd827b184182fa5e39164f
0xa2427936b59bf1d0ba6f9295230a0f751f4c373837301193e6456c34a89a9193
0x35f8f233c55cff5a50677e14498387ceebbfe519bb98be04c87b4e0091edb2af
0xe3ab3501429888233e72c46dc351bfebcb6fd13ee51bf84241382278b15b6ac7
0x7ba430e01029aa0f4ff773179bdd3834dad00c96ee743dac594aa63b930af4f6
0x2dc369231be03b6c4f467c2aaac1b6f924cb925613c4da8b3cdbe8e5db9c3510
0x9fd28f9f47b45d9ca804ed3352859c3b511ac3ce82dc9d9918c25ee8a0836672

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
executeOrder66(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Order66(address from
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender