Wild Boar

Unverified contract

Proxy

Active on Base with 58 txns
Deployed by via 0xed114d71 at 19919389
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Wild Boar"

0x1663377b13614efc54640cfe0e9bf7c0ee5727fe84320f07d22afec0f15c13e0
0x589a41b38c814bd8d81fbad8b7114d8b9b3c72c49c41ab8a242c2caa706a3ce5
0x7469a4ce917a300dab90bd47863b04b5e71b96cbf4283c8281c3abf25d1edf9b
0x0a77a26373752fe498d223e37cc9d1bbf10c79ce87608d124cbd38ed843108dc
0x299f732e32c5e59542bcb6a743c9bbb8f2f6a40c58ddf32276ce8cf434ce6261
0x92c8125e0796a63bd4ffe8a35f4d7d8d7db17d79fbd028f83f828b43775f3891
0xbd96bc98e327760272c4cf53c5835a3269b34caf94b9597f1c173053fc752450
0x3d40b660406a45b5a9b8dfb4ed1652e91cc794122f7a535dadc7ff82cb95fac0
0x02f70e7b3f39904c855541bfdcfeb98af0018a166cd5763227662a00e402cff4
0xcb7a989b372d2db5b08f04664f6b08250ee31fed9eed65259bfa8fe33c4fc03b

Functions
Getter at block 23808961
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
60
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Wild Boar
owner(view returns (address)
0xba844f235c8440c92fd53fe54f92352433b25f41
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
WB
totalSupply(view returns (uint256)
59
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId