CryptoWaifus
Verified contract
Active on
Ethereum with 520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($438.28)
Native
Value
$438.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.141488 | $3,097.67 |
$438.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12970198 | 3 years ago | | | 0.13767226 | 0.0029358720 | |
| 12967512 | 3 years ago | | | 0.13767226 | 0.0044853600 | |
| 12528319 | 3 years ago | | | 0 | 0.00065016400 | |
| 12324731 | 4 years ago | | | 0 | 0.0026974080 | |
| 12234856 | 4 years ago | | | 0 | 0.0039188480 | |
| 12183028 | 4 years ago | | | 0.13767226 | 0.014551600 | |
| 12182648 | 4 years ago | | | 0.10554873 | 0.0086553040 | |
| 6535746 | 6 years ago | | | 0.17957251 | 0.00025924800 | |
| 6535717 | 6 years ago | | | 0.13767226 | 0.00019443600 | |
| 6530040 | 6 years ago | | | 0.51977277 | 0.00025924800 |
ABI
ABI objects
Getter at block 21192698
NAME() view returns (string)
CryptoWaifus
SYMBOL() view returns (string)
WaifuToken
ceoAddress() view returns (address)
0x3602adddd25436e5988b574733f9e6b020227e9a
cooAddress() view returns (address)
0x3602adddd25436e5988b574733f9e6b020227e9a
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoWaifus
symbol() pure returns (string)
WaifuToken
totalSupply() view returns (uint256 total)
24
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getWaifu(uint256 _tokenId) view returns (string waifuName, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
waifuIndexToApproved(uint256) view returns (address)
waifuIndexToOwner(uint256) view returns (address)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractWaifu(string _name)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.