Kevin Bear
Verified contract
Active on
Ethereum with 107 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 "Kevin Bear"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14464224 | 3 years ago | | | 0 | 0.00060913123 | |
| 14318129 | 3 years ago | | | 0 | 0.0013192297 | |
| 14312669 | 3 years ago | | | 0 | 0.0010523496 | |
| 14309490 | 3 years ago | | | 0.138 | 0.0084370795 | |
| 14309489 | 3 years ago | | | 0.138 | 0.0085474178 | |
| 14309439 | 3 years ago | | | 0.0069 | 0.0047151149 | |
| 14308707 | 3 years ago | | | 0 | 0.0043525214 | |
| 14308131 | 3 years ago | | | 0 | 0.0018204024 | |
| 14306719 | 3 years ago | | | 0 | 0.0013899106 | |
| 14306684 | 3 years ago | | | 0 | 0.00071633782 |
ABI
ABI objects
Getter at block 21287299
IsFreeActive() view returns (bool)
true
MaxClaimTokenTotalForFree() view returns (uint256)
1000
MaxFreeClaimPerTx() view returns (uint256)
20
MaxMintPerTx() view returns (uint256)
20
Mintprice() view returns (uint256)
6900000000000000
Pause() view returns (bool)
true
TotalCollectionSize() view returns (uint256)
4000
name() view returns (string)
Kevin Bear
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x04385eb9ef8d1cdf015ce71ff5da8e8ca4e8f9d3
symbol() view returns (string)
KevinBear
totalSupply() view returns (uint256)
1240
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Claim(uint256 mintamount) payable
Mint(uint256 mintamount) payable
MintTo(address _to, uint256 mintamount)
SetIsFreeActive()
SetMaxMintPerTxForClaim(uint256 _MaxFreeClaimPerTx)
SetSalesStart()
approve(address to, uint256 tokenId)
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)
setMaxClaimTokenTotalForFree(uint256 _MaxClaimTokenTotalForFree)
setMaxMintPerTx(uint256 _MaxMintPerTx)
setMintprice(uint256 _Mintprice)
setOwnersExplicit(uint256 quantity)
setTotalCollectionSize(uint256 _TotalToken)
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(uint256 maxBatchSize_, uint256 TotalToken_)
This contract contains no fallback and receive objects.
This contract contains no error objects.