RuffionReborn

Verified contract

Active on Ethereum with 131 txns
Deployed by via 0xe07464cd at 16234274
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RuffionReborn"

0x99b5aa8fb0e7ce0c6d07d986a39a40c93bd28a0b83a677f8e0d2dd1b1c958af1
0x3fc7015aac785b94e32208ab24c74e0e9ec18fa1774eb036841048da4c21386b
From
0xd922b1d18e958fb0661bb2b0cb4a28e746262a168526df437296a3084d3463a1
0x6bddef5801135b4890c32cba41ea59d55b51895b21c1533b20c65b0a0c4d71e1
0x5dadbd82ca5abb0146f2bc406c1544fde90e1134cf432e5ab2d2bccae84b4571
0x84ce543c042775938a0bbbeddff5305184d2920ab2068d8889285b69302f3912
0xb779b573219b349aceeaf0efac229475247bc8dfd23c0e9c0b5784dc46b51d9f
0x00e19737a933eb85fa79822bd9b604171f80d03049cdffa3c3f72f2c96a4316f
0x25908b51a289907bb4740444f2a5849d27c71d37b74477a734e24847b3e3a2d1
0x1ec090e2fac01fe52559972fcef8f678dd4eaa7211ec8757c1f440a0941d3043

Functions
Getter at block 20827052
MAX_MINTS_PER_ADDRESS(view returns (uint256)
3
MAX_PUBLIC_MINT_SUPPLY(view returns (uint256)
3000
MAX_RESERVE_MINT_SUPPLY(view returns (uint256)
333
allowlistIsActive(view returns (bool)
true
allowlistMerkleRoot(view returns (bytes32)
0x42e4c0d74e91662148aabdf981b1455856da6211d3cd1d7746ac58ac32d07d0f
mintedPublicSupply(view returns (uint256)
306
mintedReserveSupply(view returns (uint256)
21
name(view returns (string)
RuffionReborn
owner(view returns (address)
0xfbeb6e3ef441dc2275f11cd2725e727292567de2
paused(view returns (bool)
false
publicPrice(view returns (uint256)
15000000000000000
saleIsActive(view returns (bool)
true
symbol(view returns (string)
RUFFION
totalSupply(view returns (uint256)
327
Read-only
balanceOf(address ownerview returns (uint256)
generateTraitCombo(uint256[8] _traitspure returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPupperTraits(uint256 tokenIdview returns (struct RuffionRebornPupperTraits _pupperTraits)
isAllowlisted(address _accountbytes32[] _merkleProofview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isUnique(uint256 traitComboview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintAllowlist(bytes32[] _merkleProofuint256[8] traits1uint256[8] traits2uint256[8] traits3payable 
mintPublic(uint256[8] traits1uint256[8] traits2uint256[8] traits3payable 
mintPublicOwner(uint256 batchSizeuint256[] traitCombospayable 
mintReserved(uint256 batchSizeuint256[] traitCombospayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAllowlistActiveState(bool state
setAllowlistMerkleRoot(bytes32 _merkleRoot
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPublicPrice(uint256 _price
setSaleActiveState(bool state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _ownerbytes32 _allowlistMerkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ExceededMaxMintsPerAddress(
ExceededMaxPublicSupply(
ExceededMaxReserveSupply(
IncorrectPrice(
InvalidMerkleProof(