BAYC

Verified contract

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

No balances found for "BAYC"

0x4cde35a4274c7965142cc414e4578e23ec14522c028d52f18c1cefe8099e07a3
0x4ffddb45f71dba5e4657ced25dec154c2b701f6cb56184b49a5e2dfbc5c4c533
0x2e74444bdb9fb2f9d9f0ab9440f7f9e37212c5ae16d6fd40e699df238c72626c
0x44096aa6311af5641740f588a8bbacc0c758362e5fae9c34ef02a3d64b7d585e
0xc1ff841a2fc7598e4bcd0b25c7499d1dd38eb605b9c5e6ad0b05b3ea45814f7a
0x47940549fedffc1707f6136d964f4fac0625e10fa91a8ad8719708fc38425ccc
0xeb24be7919800b24904b42d8d84c23aa15c842d0ba5b461df826d9132989dc77
0x89f3460e50a97bfe5c0eda0e1e65cd52e986f675c8973236febfefaf61c16e42
0xeee72f386abca80acc5a5cef3ff1566e93bdf7060e9a4fc6f92b53a50a48aa1f
0x13220cc943f5e873f7bc51712edddee6e8927480e9905a08b2c6c2ac212a32ef

Functions
Getter at block 21067396
WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
baseTokenURI(view returns (string)
https://ipfs.gateway.fatsale.finance/ipfs/QmVWF7EgisoBumkSHLAhMcinfVA7Jj4rQAA2QF7QCZJcQL
decimals(view returns (uint8)
18
istheSame(view returns (bool)
true
minted(view returns (uint256)
22
name(view returns (string)
BAYC
owner(view returns (address)
0x98d1a0746d65714387a1bbe1142a699fde049523
symbol(view returns (string)
BAYC
totalSupply(view returns (uint256)
1000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
setistheSame(bool newValue
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(