Tides by 0xTatsuhiro

Verified contract

Active on Ethereum with 518 txns
Deployed by via 0x2f5a6b6d at 16601614
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Tides by 0xTatsuhiro"

0x9382b731d7639012dae16f1a53374d437b725557c8bfa54637f239b27271bde3
0x277c4c561f124548070c2d401d30cf8384d795e3900f8eec6bdbf91bb18db6e5
From
0x2a77da831c67ea774669428fb0de9d3ed1f3e7e32b87343ccd2e11d25d0e5cb1
0x1513db98af40b050fa14afc733b2c49ebdec0f1d35261d77d504245c680a55aa
0x97b71819808c81785cd905b9f5bcbecf14ef719336abdc3e5730be2187f47406
0x7280c9711b1fcb02e414c3c025c01a9b5aa3dc80c37caca145c53992f51b11bd
0x890a257a2404989b34bec394dd74bab265b4ef88c22981cb7fd94b800bc066a2
0x5126b491238243b09e4b133e45ca56ee5a712de061c2525a4d14df3e2ee61ce5
0xca8ab79f13683fa215d70522cbd68eb69c7b7a9258159f34a9f951a8f025920b
0xfa5a8609e13716f4acd1de928c9fd702659d6ef420d0293fdb9feaea5e46821b

Functions
Getter at block 20937254
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI(view returns (string)
ipfs://bafybeiecvylmc4uziqfhhpmksxcc32x3bq36d5hhsu2idjbk7c6qdhsd5q/
maxAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
999
name(view returns (string)
Tides by 0xTatsuhiro
owner(view returns (address)
0x2a0e1d4f5e29c55c5b923b2641d23c1181076704
price(view returns (uint256)
4000000000000000
state(view returns (uint8)
1
symbol(view returns (string)
Tides by 0xTatsuhiro
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(uint256 amountaddress to
approve(address touint256 tokenIdpayable 
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updatePrice(uint256 _price
updateState(uint8 _state
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(