Dr. Grordborts: Rayguns
Verified contract
Active on
Ethereum with 4,843 txns
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 "Dr. Grordborts: Rayguns"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307318 | 2 days ago | | | 0 | 0.00047295138 | |
| 21305084 | 2 days ago | | | 0 | 0.00065021434 | |
| 21240246 | 11 days ago | | | 0 | 0.00025951135 | |
| 21120865 | a month ago | | | 0 | 0.00023403182 | |
| 21113209 | a month ago | | | 0 | 0.00025496018 | |
| 21104047 | a month ago | | | 0 | 0.00017935992 | |
| 21099955 | a month ago | | | 0 | 0.00011293884 | |
| 21099543 | a month ago | | | 0 | 0.00019713230 | |
| 21065416 | a month ago | | | 0 | 0.00086861087 | |
| 21042938 | a month ago | | | 0 | 0.00046312543 |
ABI
ABI objects
Getter at block 21319254
_tokenUriBase() view returns (string)
https://rayguns-api.fluf.world/api/token/
mintPrice() view returns (uint256)
100000000000000000
name() view returns (string)
Dr. Grordborts: Rayguns
owner() view returns (address)
0x6b1c6becd66c04bd509b4c3720193b068643ced1
stageOneSupply() view returns (uint256)
3003
stageTwoSupply() view returns (uint256)
5005
symbol() view returns (string)
RAYGUNS
totalSupply() view returns (uint256)
2748
Read-only
_hash(string salt, address _address) view returns (bytes32)
_recover(bytes32 hash, bytes token) pure returns (address)
_verify(bytes32 hash, bytes token) view returns (bool)
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedToken(bytes) view returns (bool)
State-modifying
Events adminMint(uint256 amount, address _to)
approve(address to, uint256 tokenId)
mintStageOne(bytes32[] proof, bytes data)
mintStageTwo(string salt, bytes token, uint16 amount) payable
mintToOwner(address[] _contractAddresses, uint256[] _tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setClosed()
setMintPrice(uint256 _mintPrice)
setRoot(bytes32 _merkleRoot)
setSigner(address _signer)
setStageOneOpen()
setStageOneSupply(uint256 _supply)
setStageTwoOpen()
setStageTwoSupply(uint256 _supply)
setTokenURI(string tokenUriBase_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(address recipient)
withdrawAllViaCall(address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signer, bytes32 _merkleRoot, uint256 _mintPrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()