Samurai Waifus
Verified contract
Active on
Ethereum with 404 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 "Samurai Waifus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19050426 | 10 months ago | | | 0 | 0.00032387895 | |
| 18328349 | a year ago | | | 0 | 0.00078001360 | |
| 16572905 | 2 years ago | | | 0 | 0.0011498682 | |
| 16428167 | 2 years ago | | | 0 | 0.00077268398 | |
| 16277043 | 2 years ago | | | 0 | 0.0015569704 | |
| 16272491 | 2 years ago | | | 0 | 0.00062681156 | |
| 16188603 | 2 years ago | | | 0 | 0.00072081659 | |
| 16166026 | 2 years ago | | | 0 | 0.00063946220 | |
| 16162527 | 2 years ago | | | 0 | 0.00065456844 | |
| 16146574 | 2 years ago | | | 0 | 0.00091977013 |
ABI
ABI objects
Getter at block 21284259
cost() view returns (uint256)
7000000000000000
maxMintAmount() view returns (uint256)
2
name() view returns (string)
Samurai Waifus
owner() view returns (address)
0xab79d0deb7926572c88f81a0915a66421aea4c5c
publicMintOpen() view returns (bool)
true
symbol() view returns (string)
WAI
totalSupply() view returns (uint256)
333
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
editMintWindows(bool _publicMintOpen)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _addr)
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.
This contract contains no error objects.