AK47

Verified contract

Active on Base with 688 txns
Deployed by via 0xbb8f32a9 at 12657810
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xbf6837c3eb96c286ed8f46705835c2c8eb7716013d091d5e7bb1a08b0d7d47a6
0x168252258d4ab1b7fef295a6b3246cc037a9ccc014d8a638f2f607e4d907b95b
0x9e2af613f0db4881fc1ebb8c0659434aff0998afe84289353e99f4905a6dd13f
0xd5f08e459fdc93a7cde6e8ef1c741c2956ebaeebfa265121faeddd307c487791
0x91edcc0ef911f51abb5390492f2555757c7fa4114af12307083337956c2df16a
0xbb4d583af15c6aefa50ee27f94493b5c35bf72e127d4b9b22e2213a6befda23f
0x8085b4929823466b2ac738f634bba807b3077a604878503dc8ea5652f5c6848e
0xa5237b2559b53274fa245575ed9f369cfb6f6a09d57a781ce9434ffe971b1edc
0x492bfb2ceb94f2292029edab00e6c02ba3630f820077dc668c5f241d1a506e7d
0x246304a942a170c1f80bfda7a5ece6a7af4c8de2629dcf539699626c26b490f0

Functions
Getter at block 22918594
decimals(view returns (uint8)
18
name(view returns (string)
AK47
symbol(view returns (string)
︻╦╤─
totalSupply(view returns (uint256)
47000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
shoot(address to
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Shoot(address fromaddress to
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