Hedgie Folk
Verified contract
Active on
Ethereum with 97 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hedgie Folk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20038651 | 6 months ago | | | 0 | 0.00067318654 | |
| 19177092 | 10 months ago | | | 0 | 0.0022280102 | |
| 15982720 | 2 years ago | | | 0 | 0.00062916158 | |
| 15571807 | 2 years ago | | | 0 | 0.00012299792 | |
| 15398086 | 2 years ago | | | 0 | 0.00067438237 | |
| 15221427 | 2 years ago | | | 0 | 0.00041177841 | |
| 15218868 | 2 years ago | | | 0.005 | 0.0020352192 | |
| 15190337 | 2 years ago | | | 0 | 0.00062598074 | |
| 15188201 | 2 years ago | | | 0.005 | 0.0028277396 | |
| 15036143 | 2 years ago | | | 0.005 | 0.0060010314 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleActive(bool _saleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _price, uint256 _supply, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()