Right Click Shoot A Guy
Unverified contract
Proxy
Active on
Base with 156 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
0x478a…caa5
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "Right Click Shoot A Guy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21842805 | 21 days ago | | | 0.003 | 0.0000030078800 | |
| 20467373 | 2 months ago | | | 0.003 | 0.0000016773757 | |
| 14795934 | 6 months ago | | | 0.003 | 0.0000028009878 | |
| 14772712 | 6 months ago | | | 0.003 | 0.000011305948 | |
| 14767194 | 6 months ago | | | 0.003 | 0.000018712542 | |
| 14724204 | 6 months ago | | | 0.003 | 0.0000028227501 | |
| 14664526 | 6 months ago | | | 0.003 | 0.0000028493776 | |
| 14584893 | 6 months ago | | | 0.003 | 0.0000029814645 | |
| 14575104 | 6 months ago | | | 0.003 | 0.0000030118017 | |
| 14555558 | 6 months ago | | | 0.003 | 0.0000030141458 |
ABI
ABI objects
Getter at block 22751537
factoryProxy() view returns (address)
0x4205e56a69a0130a9e0828d45d0c84e45340a196
fee() view returns (uint256)
2000000000000000
getFeeData() view returns (uint256 tokenFee, address treasuryAddress)
(tokenFee=2000000000000000, treasuryAddress=0x478a6690f1a3b129c338673e0f2389500619caa5)
name() view returns (string)
Right Click Shoot A Guy
owner() view returns (address)
0xcf88fa6ee6d111b04be9b06ef6fad6bd6691b88c
symbol() view returns (string)
RCSAG
totalSupply() view returns (uint256)
155
treasury() view returns (address)
0x478a6690f1a3b129c338673e0f2389500619caa5
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address account) view returns (bool claimed)
hasTheUserIdClaimed(uint256 userId) view returns (bool claimed)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address, uint256)
burn(uint256 tokenId, uint256 userId, bytes signature)
claim(address receiver, uint256 userId, bytes signature) payable
initialize(string name, string symbol, string _cid, address tokenOwner, address treasury, uint256 tokenFee, address factoryProxyAddress)
renounceOwnership()
safeTransferFrom(address, address, uint256)
safeTransferFrom(address, address, uint256, bytes)
setApprovalForAll(address, bool)
setFee(uint256 newFee)
setTreasury(address newTreasury)
transferFrom(address, address, uint256)
transferOwnership(address newOwner)
updateTokenURI(string newCid)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed receiver, uint256 tokenId)
FeeChanged(uint256 newFee)
Initialized(uint8 version)
MetadataUpdate()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryChanged(address newTreasury)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyClaimed()
FailedToSendEther(address recipient)
IncorrectFee(uint256 paid, uint256 requiredAmount)
IncorrectSender()
IncorrectSignature()
NonExistentToken(uint256 tokenId)
Soulbound()