The Samurais
Verified contract
Active on
Ethereum with 2,172 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 "The Samurais"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20924413 | 2 months ago | | | 0 | 0.00058804321 | |
| 18231250 | a year ago | | | 0 | 0.00069294615 | |
| 18105084 | a year ago | | | 0 | 0.00039406518 | |
| 17301800 | 2 years ago | | | 0 | 0.0020152100 | |
| 17300334 | 2 years ago | | | 0 | 0.0017829660 | |
| 16860703 | 2 years ago | | | 0 | 0.00059478866 | |
| 16860697 | 2 years ago | | | 0 | 0.00063474425 | |
| 16860691 | 2 years ago | | | 0 | 0.00063066692 | |
| 16718210 | 2 years ago | | | 0 | 0.00072154107 | |
| 16558140 | 2 years ago | | | 0 | 0.00057657078 |
ABI
ABI objects
Getter at block 21258609
FREE_MINT_MAX_QTY() view returns (uint256)
0
TOTAL_MAX_QTY() view returns (uint256)
3333
TOTAL_MINT_MAX_QTY() view returns (uint256)
0
cutoffQty() view returns (uint256)
3330
maxFreeQtyPerWallet() view returns (uint256)
3
mintedQty() view returns (uint256)
3312
name() view returns (string)
The Samurais
owner() view returns (address)
0x6b062e9be8f581a2a4373b73bd7f16d08014cb41
symbol() view returns (string)
SAMURAI
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] receivers)
harakiri(uint256 tokenId)
mint(uint256 _mintQty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setCutoffQty(uint256 qty)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()