SamuRise
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
Slot
XX
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
Balances ($0.00)
No balances found for "SamuRise"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SamuRise"
ABI
ABI objects
Getter at block 21210888
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
hashMessage(address _sender, uint256 _nonce, uint8 mintType) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isStaked(uint256 tokenId) view returns (bool)
numberFreeMinted(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
numberPreSaleMinted(address) view returns (uint256)
numberPreSaleRound2Minted(address) view returns (uint256)
numberPublicMinted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenToIsStaked(uint256) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedHashes(bytes32) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(bytes _signature, uint256 _nonce, bool _toStake)
initialize()
onnaMushaMint()
ownerMint(uint256 _numberToMint)
ownerMintAndStake(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
pauseMint()
preSaleMint(bytes _signature, uint256 _nonce, bool _toStake) payable
preSaleMintRound2(bytes _signature, uint256 _quantity, uint256 _nonce, bool _toStake) payable
publicMint(bytes _signature, uint256 _quantity, uint256 _nonce, bool _toStake) payable
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)
setPreSaleActive()
setPreSaleRound2Active()
setProvenanceHash(string _provenanceHash)
setPublicSaleActive()
setSignatureVerifier(address _signatureVerifier)
setStakingController(address _stakingController)
stakeFromController(uint256 tokenId, address originator)
teamAllocationMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstakeFromController(uint256 tokenId, address originator)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawFunds()
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unstaked(uint256 tokenId)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerIsAnotherContract()
HashWasAlreadyUsed()
MintToZeroAddress()
MintWouldExceedMaxAllocation()
MintZeroQuantity()
NotEnoughETHSent()
OwnerQueryForNonexistentToken()
PreSaleIsNotActive()
PreSaleRound2IsNotActive()
PublicSaleIsNotActive()
PurchaseWouldExceedMaxSupply()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnrecognizeableHash()