RappearsNFTs
Verified contract
Active on
Ethereum with 702 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "RappearsNFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20457796 | 3 months ago | | | 0 | 0.00013799703 | |
| 19228148 | 9 months ago | | | 0 | 0.0012260702 | |
| 18842919 | 10 months ago | | | 0 | 0.0011337120 | |
| 18795079 | a year ago | | | 0 | 0.0022201901 | |
| 17425971 | a year ago | | | 0 | 0.00049779543 | |
| 16444515 | 2 years ago | | | 0 | 0.00041988245 | |
| 16444489 | 2 years ago | | | 0 | 0.00075376845 | |
| 16263785 | 2 years ago | | | 0 | 0.00067744376 | |
| 16238305 | 2 years ago | | | 0 | 0.00053238520 | |
| 16048325 | 2 years ago | | | 0 | 0.00046983436 |
ABI
ABI objects
Getter at block 21121899
currentId() view returns (uint256)
1478
defaultPricePerUnit() view returns (uint256)
60000000000000000
devBalance() view returns (uint256)
77010000000000000000
ipfsLink() view returns (string)
ipfs://QmXD6c9bnkUkDxY6QmCEUNVk99SgMiYsFKF8W2SpPXcwhS/
maxWhitelistMintPerTx() view returns (uint256)
1
name() view returns (string)
RappearsNFTs
owner() view returns (address)
0xb75a08e82a1bf0fcceb89bbdaf9aae00be8ca29a
pricingVersionCount() view returns (uint256)
4
symbol() view returns (string)
RAPPEARS
totalSupply() view returns (uint256)
3000
totalWeight() view returns (uint256)
0
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
yeildPerDeposit() view returns (uint256)
4326000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
deposits(uint256) view returns (uint256 weight, uint256 tracker)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
price(uint256 _count) view returns (uint256)
privateMintClaimed(uint256, address) view returns (bool)
qtyPricing(uint256, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensByAddress(address, uint256) view returns (uint256)
withdrawableById(uint256 id) view returns (uint256 claimId)
yieldPerId(uint256 id) view returns (uint256)
State-modifying
Events adminMint(uint256 amount) returns (uint256[])
approve(address spender, uint256 id)
bundleWithdraw()
claimDevFeeBPs()
distributeYeild(uint256 amount)
lockUp(uint256 id)
mintNewNft(uint256 amount) payable returns (uint256[])
setApprovalForAll(address operator, bool approved)
setLockTime(uint256 _lockTime)
setMaxWhiteList(uint256 amount)
setMintPrices(uint256 _defaultPricePerUnit, uint256[] qty, uint256[] prices)
setPublicMint(bool open)
setSupplyCap(uint256 total)
setTokenUri(string baseURI)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, uint256 whitelistNonce, bytes32 msgHash, uint8 _v, bytes32 _r, bytes32 _s) payable returns (uint256[])
withdrawFromId(uint256 id, uint256 amount)
A(uint256 arg0)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor(address _weth, uint256 _devFeeBP, uint256 _lockTime, uint256 _initalSupplyCap, uint256 _initialMintAmount, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.