SamuRise

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x48b1c3ac at 14520620
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional variables

No balances found for "SamuRise"

No transactions found for "SamuRise"


Functions
Getter at block 20860178
MAX_FREE_MINT_PER_WALLET(view returns (uint256)
2
MAX_PRESALE_MINT_PER_WALLET(view returns (uint256)
2
MAX_PRESALE_ROUND2_PER_WALLET(view returns (uint256)
4
MAX_PUBLIC_MINT_PER_WALLET(view returns (uint256)
4
ONNA_MUSHA_MINT_COUNT(view returns (uint256)
21
TEAM_ALLOCATION(view returns (uint256)
600
TOKEN_PRICE(view returns (uint256)
47000000000000000
TOTAL_MAX_SUPPLY(view returns (uint256)
10021
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
provenanceHash(view returns (string)
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
saleState(view returns (uint8)
0
signatureVerifier(view returns (address)
0x0000000000000000000000000000000000000000
stakingController(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
hashMessage(address _senderuint256 _nonceuint8 mintTypepure returns (bytes32)
isApprovedForAll(address owneraddress operatorview returns (bool)
isStaked(uint256 tokenIdview returns (bool)
numberFreeMinted(addressview returns (uint256)
numberMinted(address ownerview returns (uint256)
numberPreSaleMinted(addressview returns (uint256)
numberPreSaleRound2Minted(addressview returns (uint256)
numberPublicMinted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenToIsStaked(uint256view returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usedHashes(bytes32view returns (bool)
State-modifying
approve(address touint256 tokenId
freeMint(bytes _signatureuint256 _noncebool _toStake
initialize(
onnaMushaMint(
ownerMint(uint256 _numberToMint
ownerMintAndStake(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
pauseMint(
preSaleMint(bytes _signatureuint256 _noncebool _toStakepayable 
preSaleMintRound2(bytes _signatureuint256 _quantityuint256 _noncebool _toStakepayable 
publicMint(bytes _signatureuint256 _quantityuint256 _noncebool _toStakepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPreSaleActive(
setPreSaleRound2Active(
setProvenanceHash(string _provenanceHash
setPublicSaleActive(
setSignatureVerifier(address _signatureVerifier
setStakingController(address _stakingController
stakeFromController(uint256 tokenIdaddress originator
teamAllocationMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unstakeFromController(uint256 tokenIdaddress originator
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawFunds(
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Staked(uint256 tokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unstaked(uint256 tokenId
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
CallerIsAnotherContract(
HashWasAlreadyUsed(
MintToZeroAddress(
MintWouldExceedMaxAllocation(
MintZeroQuantity(
NotEnoughETHSent(
OwnerQueryForNonexistentToken(
PreSaleIsNotActive(
PreSaleRound2IsNotActive(
PublicSaleIsNotActive(
PurchaseWouldExceedMaxSupply(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnrecognizeableHash(