Samurices
Verified contract
Active on
Ethereum with 1,535 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 "Samurices"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21011878 | a month ago | | | 0 | 0.00033129489 | |
| 21011876 | a month ago | | | 0 | 0.00034533120 | |
| 21011816 | a month ago | | | 0 | 0.00034340702 | |
| 20998165 | a month ago | | | 0 | 0.00022793891 | |
| 20904966 | 2 months ago | | | 0 | 0.00010641805 | |
| 20900231 | 2 months ago | | | 0 | 0.00014020464 | |
| 20644352 | 3 months ago | | | 0 | 0.000034664841 | |
| 20644351 | 3 months ago | | | 0 | 0.000035172097 | |
| 20391333 | 4 months ago | | | 0 | 0.00019587988 | |
| 20126117 | 5 months ago | | | 0 | 0.00022609528 |
ABI
ABI objects
Getter at block 21322241
MAX_MINT_PRESALE() view returns (uint256)
3
MAX_MINT_PUBLIC() view returns (uint256)
12
MAX_SUPPLY() view returns (uint256)
7777
MINT_PRICE_PRESALE() view returns (uint256)
33000000000000000
MINT_PRICE_PUBLIC() view returns (uint256)
50000000000000000
VAULT_SUPPLY() view returns (uint256)
77
baseURI() view returns (string)
https://api.samurices.xyz/metadata/
baseURIExtension() view returns (string)
.json
hiddenMetadataURI() view returns (string)
ipfs://QmZTs4XL6tQjBWYcsaioMWihG85LzAfSBGhcSQ3JhJ4KYU
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x7aec687d6898fd957886a1764fcf5909cc73b420f6943e64cc1b195e09c8f4eb
name() view returns (string)
Samurices
owner() view returns (address)
0xb77acf635280e08601ad00b45e4dd9e6f8d833cd
revealed() view returns (bool)
false
symbol() view returns (string)
SAMURICES
totalSupply() view returns (uint256)
1721
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)
reservationList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events adminMint()
approve(address to, uint256 tokenId)
publicMint(uint256 _quantity) payable
renounceOwnership()
reservedMint(uint256 _quantity, bytes32[] _proof) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseURIExtension)
setBaseURI(string _newURI)
setHiddenMetadataURI(string _newURI)
setMaxMintPublic(uint256 _newMaxMints)
setMerkleRoot(bytes32 _merkleRoot)
togglePresale()
togglePublicSale()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(string _hiddenMetadataURI, string _initBaseURI, string _initBaseURIExtension)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()