yagu Bear
Verified contract
Active on
Ethereum with 1,302 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 "yagu Bear"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16897114 | 2 years ago | | | 0 | 0.00082048848 | |
| 16865689 | 2 years ago | | | 0 | 0.00034616361 | |
| 16862486 | 2 years ago | | | 0 | 0.00061553407 | |
| 16862469 | 2 years ago | | | 0 | 0.00061040988 | |
| 16862461 | 2 years ago | | | 0 | 0.00068800795 | |
| 16862060 | 2 years ago | | | 0 | 0.00063239346 | |
| 16862044 | 2 years ago | | | 0 | 0.00062581104 | |
| 16862001 | 2 years ago | | | 0 | 0.00046748641 | |
| 16861998 | 2 years ago | | | 0 | 0.00054297253 | |
| 16861977 | 2 years ago | | | 0 | 0.00084394968 |
ABI
ABI objects
Getter at block 21310327
maxSupply() view returns (uint256)
3999
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
yagu Bear
owner() view returns (address)
0x6cf88fc57365b9818bc2345984b04919524d2e9e
symbol() view returns (string)
Bear
totalSupply() view returns (uint256)
3999
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) payable
communityMint(address addr, uint256 amount)
freemint()
paidmint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()