Taika FWB

Verified contract

Active on Ethereum with 516 txns
Deployed by via 0x6c74bf79 at 14625965
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional variables

No balances found for "Taika FWB"

0xdf81d650a588ce1d623ad043eb7c2ef5911dcd3956ddb5bdc385f3e7d2b08dd5
0xbd2432bc252060172ae4eb4a883dd3d79a1fe35863adbb61d0673eea57919501
0xe5fa1f2e1a6593df3bc020746806f79e15ee95937571de2da44d5f44b80d5892
From
0xe1f11c4b279542adcb9e407eff911d6a39cef44b7c5f3d60964797ba2559772b
0x90a8358a28f4c839943c2ade4587adf8487de0abc395d0791be362a1fbe70ace
0x80363ba2690b531e1b344d55ea177caf86748836161eb4dbfcb0fa1bc6443250
0x7c63d51150d614775988dc9e7a2b4a3756de7ca891c0b8f2cd6d74f3bafd65ce
0x6f09c549dd0690c83c1bfe93e9464974c73f092af8e2aa8c8a08a639566cea71
0x7e68aeecbc3fa277b3a4bc1a81bec310858578e0f75f3f4a323af85403f6b35e
0x955ce4a96f27a05a35558b0b0f43db14e6755087fa6a79d162a60b4a22cf06db

Functions
Getter at block 21230769
authorizerSigner(view returns (address)
0x1c22eb3c39d631bdb4d6ec6f1390003e57de093d
fwbContract(view returns (address)
0x35bd01fc9d6d5d81ca9e055db88dc49aa2c699a8
minimumFWBRequired(view returns (uint256)
5
mintAllocationAllowlist(view returns (uint256)
168
mintAllocationPublic(view returns (uint256)
169
mintAllocationRaffle(view returns (uint256)
63
mintLimitPerAddress(view returns (uint256)
100
mintPriceAllowlist(view returns (uint256)
80000000000000000
mintPricePublic(view returns (uint256)
80000000000000000
mintPriceRaffle(view returns (uint256)
0
name(view returns (string)
Taika FWB
numberOfMintedTokens(view returns (uint256)
400
owner(view returns (address)
0xd0bdd3a8676bab89cafce1708e7dce8566cd13c7
royaltyFraction(view returns (uint96)
500
saleState(view returns (uint8)
3
senderHash(view returns (bytes32)
0xa2e7f7201f97670fd0fe0985d4f509135aa2f07a7fbf1e6c7c75da83822d76df
splitAddress(view returns (address)
0xd0bdd3a8676bab89cafce1708e7dce8566cd13c7
symbol(view returns (string)
MATE
tokenBaseURI(view returns (string)
https://mate.taika.co/api/
tokenURISuffix(view returns (string)
tokensLeft(view returns (uint256)
0
totalSupply(view returns (uint256)
400
Read-only
balanceOf(address ownerview returns (uint256)
cumulativeAllocationMap(uint8view returns (uint256)
exists(uint256 tokenIdview returns (bool)
fwbBalanceOfAddress(address accountview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getSigner(bytes signatureview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintsPerAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
collect(
deleteDefaultRoyalty(
gift(address receiver
lockSale(
mintAllowlist(bytes signaturepayable 
mintPublic(bytes signaturepayable 
mintRaffle(bytes signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setAuthorizerSigner(address newSignerAddress
setDefaultRoyalty(address recipientuint96 fraction
setFWBContract(address newContractAddress
setMinimumFWBRequired(uint256 newMin
setMintAllocationAllowlist(uint256 newAllowlistAllocation
setMintAllocationPublic(uint256 newPublicAllocation
setMintAllocationRaffle(uint256 newRaffleAllocation
setMintLimitPerAddress(uint256 newLimit
setMintPriceAllowlist(uint256 newPrice
setMintPricePublic(uint256 newPrice
setMintPriceRaffle(uint256 newPrice
setSplitAddress(address newSplitAddress
setTokenBaseURI(string newBaseURI
setTokenRoyalty(uint256 tokenIdaddress recipientuint96 fraction
setTokenURISuffix(string newTokenURISuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unlockSaleToAllowlist(
unlockSaleToPublic(
unlockSaleToRaffle(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Mint(address indexed buyeruint256 priceuint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbolstring _tokenBaseURIaddress _splitAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressExceedsMintLimitPerAddress(
AllTokensSold(
AllowlistMintLimitReached(
FWBBalanceOfFailed(
NewAllocationSameAsBefore(
NewTotalSupplyLessThanCurrentNumberOfMintedTokens(
RaffleMintLimitReached(
RequiresValidSignature(
SaleIsLocked(
SaleIsNotOpenToThisState(
TransactionValueLessThanSetPrice(
TransactionValueMoreThanSetPrice(
UnableToChangeAllocationStateIsCompleted(
WithdrawalFailed(