Hedgie Folk

Verified contract

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

No balances found for "Hedgie Folk"

0x62cc9c79908424ece3737b5866d4ef97c855b644fa8731b13c7e91d2e2b1769c
0x44e9fa8515530695e8f3e57d5b12b8a030d42f04af14aeb0ab4d719a4791bb15
0xd6efdfb7a49e9cc8462dcc75a70e38c5181e472f95b56d9329ece093b609d74d
0x0e11c0c59b4be9e6ce06c202a1d13532db08c938ea2ecb2d0c041c0bc840fcaa
0x4ba9bf1143ad0e4a0b9ad8a21395d1865d5194453a034d91bf2167b633a59f1e
0x7ad0c73b00cfcad6465261ae86b4536bf9a2207ef5df5a2f372e03d6a76c6a4e
0x62258dbaed460b3d0a700d2510171694538c6b373925408dec08298e975b8b6f
0x00a3a3cd872402bd18757fea072e90daa32f958f968b0825773bf0d5bbaded86
0x2a85eab49efc35bb682ca2a0569604bddd3e6146a25d2f91bef97af46fe5cb7f
0xe0b26736512a75cfef871a83ba3b8f7dc1c86bdfff3a927b69e9bfe281faffb3

Functions
Getter at block 21286783
_baseTokenURI(view returns (string)
https://nft.bueno.art/api/contract/f6op2TLQdXRya30QnZmgy/chain/1/metadata/
name(view returns (string)
Hedgie Folk
nextTokenId(view returns (uint256)
1
owner(view returns (address)
0x812fd8df23cafa49e0752539861fd6943ac1b697
price(view returns (uint256)
5000000000000000
saleActive(view returns (bool)
true
supply(view returns (uint256)
3333
symbol(view returns (string)
HEDGIEFOLK
totalSupply(view returns (uint256)
367
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
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
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleActive(bool _saleActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _priceuint256 _supplystring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(