The Friendly Reaper
Verified contract
Active on
Ethereum with 609 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 "The Friendly Reaper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145248 | 6 months ago | | | 0.0009 | 0.000061426000 | |
| 16993010 | 2 years ago | | | 0 | 0.00096285329 | |
| 16711127 | 2 years ago | | | 0 | 0.0017859375 | |
| 16581841 | 2 years ago | | | 0 | 0.0011353927 | |
| 16446254 | 2 years ago | | | 0 | 0.00075370373 | |
| 16438778 | 2 years ago | | | 0 | 0.0017199296 | |
| 16431461 | 2 years ago | | | 0 | 0.00095205663 | |
| 16431420 | 2 years ago | | | 0 | 0.00082334552 | |
| 16431379 | 2 years ago | | | 0 | 0.00086190891 | |
| 16431368 | 2 years ago | | | 0 | 0.0012215254 |
ABI
ABI objects
Getter at block 21444968
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
3
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmVYppDpk1SRd9MEWdAzokcafE58tN5Q2gTuHuuL86N1AK/
contractURI() view returns (string)
ipfs://
free_max_supply() view returns (uint256)
222
max_supply() view returns (uint256)
2222
name() view returns (string)
The Friendly Reaper
owner() view returns (address)
0x77706384dbed2d174c5df872a3c192199884c559
paused() view returns (bool)
false
price() view returns (uint256)
900000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
reap
totalSupply() view returns (uint256)
2222
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events PublicMint(uint256 _amount) payable
Reserve(uint256 quantity)
Withdraw()
approve(address to, uint256 tokenId)
burn(uint256[] tokenids)
configMAX_PER_TX_FREE(uint256 newFREE)
configPrice(uint256 newPrice)
configfree_max_supply(uint256 newFreesupply)
configmax_supply(uint256 newSupply)
newbaseExtension(string newex)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()