Wojak Legends
Verified contract
Active on
Ethereum with 1,743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.14)
Native
Value
$3.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,141.99 |
$3.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005961 | a month ago | | | 0 | 0.00025309260 | |
| 21005874 | a month ago | | | 0 | 0.00020926458 | |
| 20933315 | a month ago | | | 0 | 0.00022088588 | |
| 20909085 | a month ago | | | 0 | 0.00029905742 | |
| 20846778 | 2 months ago | | | 0 | 0.00017259431 | |
| 20749331 | 2 months ago | | | 0 | 0.00013697536 | |
| 20734694 | 2 months ago | | | 0 | 0.00013601580 | |
| 20732372 | 2 months ago | | | 0 | 0.000088879954 | |
| 20731869 | 2 months ago | | | 0 | 0.00031971766 | |
| 20697477 | 2 months ago | | | 0 | 0.00016795080 |
ABI
ABI objects
Getter at block 21203499
getMintCount() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
6969
mintCost() view returns (uint256)
0
name() view returns (string)
Wojak Legends
owner() view returns (address)
0x10521b8401e4a290fe328414f681adf29895155a
royaltyFraction() view returns (uint96)
690
symbol() view returns (string)
WOJAK
totalSupply() view returns (uint256)
6969
uriPrefix() view returns (string)
ipfs://bafybeidbype4kymrk7z2wqdwk7wvphjjhvs4u4l4enlijppn2xh5wnwiuu/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
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)
setBaseURI(string baseURI)
setMintCost(uint256 _mintCost)
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)
Mint(address msgSender, uint256 amount, uint256 when)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI(address msgSender, string baseURI, uint256 when)
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.