Taika FWB
Verified contract
Active on
Ethereum with 516 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Taika FWB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19728608 | 7 months ago | | | 0 | 0.00035792544 | |
| 19061272 | 10 months ago | | | 0 | 0.00077975717 | |
| 18908501 | a year ago | | | 0 | 0.00056707001 | |
| 18872267 | a year ago | | | 0 | 0.00078520248 | |
| 18033721 | a year ago | | | 0 | 0.00097970446 | |
| 17068018 | 2 years ago | | | 0 | 0.0019566296 | |
| 16811263 | 2 years ago | | | 0 | 0.00082729155 | |
| 16800155 | 2 years ago | | | 0 | 0.0018756190 | |
| 16552541 | 2 years ago | | | 0 | 0.0010699948 | |
| 16520618 | 2 years ago | | | 0 | 0.0010558467 |
ABI
ABI objects
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 owner) view returns (uint256)
cumulativeAllocationMap(uint8) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
fwbBalanceOfAddress(address account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(bytes signature) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsPerAddress(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)
State-modifying
Events approve(address to, uint256 tokenId)
collect()
deleteDefaultRoyalty()
gift(address receiver)
lockSale()
mintAllowlist(bytes signature) payable
mintPublic(bytes signature) payable
mintRaffle(bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorizerSigner(address newSignerAddress)
setDefaultRoyalty(address recipient, uint96 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 tokenId, address recipient, uint96 fraction)
setTokenURISuffix(string newTokenURISuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlockSaleToAllowlist()
unlockSaleToPublic()
unlockSaleToRaffle()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed buyer, uint256 price, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string _tokenBaseURI, address _splitAddress)
This contract contains no fallback and receive objects.
AddressExceedsMintLimitPerAddress()
AllTokensSold()
AllowlistMintLimitReached()
FWBBalanceOfFailed()
NewAllocationSameAsBefore()
NewTotalSupplyLessThanCurrentNumberOfMintedTokens()
RaffleMintLimitReached()
RequiresValidSignature()
SaleIsLocked()
SaleIsNotOpenToThisState()
TransactionValueLessThanSetPrice()
TransactionValueMoreThanSetPrice()
UnableToChangeAllocationStateIsCompleted()
WithdrawalFailed()