WAS Companion
Verified contract
Active on
Ethereum with 33 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 "WAS Companion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19515397 | 8 months ago | | | 0 | 0.0078464336 | |
| 18960084 | 10 months ago | | | 0 | 0.0070576034 | |
| 18918207 | 10 months ago | | | 0 | 0.0067635903 | |
| 17999127 | a year ago | | | 0 | 0.0032213243 | |
| 17998007 | a year ago | | | 0 | 0.0057373924 | |
| 17991356 | a year ago | | | 0 | 0.0033202912 | |
| 17843781 | a year ago | | | 0 | 0.014257944 | |
| 17681183 | a year ago | | | 0 | 0.015757774 | |
| 17611550 | a year ago | | | 0 | 0.017747636 | |
| 17527745 | a year ago | | | 0 | 0.0072710233 |
ABI
ABI objects
Getter at block 21201266 getAllSatoshiIdsThatClaimedACompanion() view returns (uint256[])
getIsContractPaused() view returns (bool)
false
getMaxSupply() view returns (uint256)
1024
getTokensAvailable() view returns (uint256)
922
name() view returns (string)
WAS Companion
owner() view returns (address)
0xffa246c39083704ed6b6e82a5a03e3ed658e3d83
symbol() view returns (string)
WAS-Companion
totalSupply() view returns (uint256)
102
Read-only
balanceOf(address owner) view returns (uint256)
didSatoshiClaimACompanion(uint256 satoshiId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCompanionOriginSatoshi(uint256 companionId) view returns (uint256)
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 _setUriExtension(string newUriExtension)
_setUriPrefix(string newBaseUri)
approve(address to, uint256 tokenId)
claim(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
toggleContract()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CompanionClaim(address nftOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 initSupply, address wasScAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.