Bad Guys by RPF
Verified contract
Active on
Ethereum with 2,025 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 "Bad Guys by RPF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105703 | 14 days ago | | | 0 | 0.00010994706 | |
| 20553925 | 3 months ago | | | 0 | 0.000026664501 | |
| 20184408 | 5 months ago | | | 0 | 0.00040348817 | |
| 19290528 | 9 months ago | | | 0 | 0.0018965032 | |
| 19056665 | 10 months ago | | | 0 | 0.00038388494 | |
| 18783694 | a year ago | | | 0 | 0.0021205529 | |
| 18752744 | a year ago | | | 0 | 0.0011471143 | |
| 18578216 | a year ago | | | 0 | 0.0010132374 | |
| 18495985 | a year ago | | | 0 | 0.00031971846 | |
| 18495981 | a year ago | | | 0 | 0.00029621748 |
ABI
ABI objects
Getter at block 21204666
_baseURI1() view returns (string)
https://gateway.pinata.cloud/ipfs/QmaJVafqgvNdjRwK1fLXuF4HH9jVPibWRmppnSK3JiR4S1/
isPaused() view returns (bool)
false
maxsupply() view returns (uint256)
1221
name() view returns (string)
Bad Guys by RPF
notRevealedUri() view returns (string)
https://wof.mypinata.cloud/ipfs/QmcQTwfY91YZMZZhQXVPbSQoL6edd3saoCWvGra63GEUNd
owner() view returns (address)
0x09eff2449882f9e727a8e9498787f8ff81465ade
reserve() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
BGRPF
totalSupply() view returns (uint256)
1221
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 a)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events WhiteListMint(bytes32[] _merkleProof, uint256 chosenAmount)
approve(address to, uint256 tokenId)
flipPauseMinting()
mintReservedTokens(uint256 quantity)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setReserve(uint256 _reserve)
setRootHash(bytes32 _updatedRootHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 finalRootHash, string _NotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()