IcebearIcebearIcebear
Verified contract
Active on
Ethereum with 555 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "IcebearIcebearIcebear"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901638 | a year ago | | | 0 | 0.00060903327 | |
| 15781447 | 2 years ago | | | 0 | 0.00082257619 | |
| 14958266 | 2 years ago | | | 0 | 0.00075397657 | |
| 14823279 | 3 years ago | | | 0 | 0.00079748134 | |
| 14799265 | 3 years ago | | | 0 | 0.0019515929 | |
| 14667636 | 3 years ago | | | 0 | 0.0010387720 | |
| 14645159 | 3 years ago | | | 0 | 0.0026554414 | |
| 14641687 | 3 years ago | | | 0 | 0.0018799897 | |
| 14615982 | 3 years ago | | | 0 | 0.0015666423 | |
| 14594174 | 3 years ago | | | 0 | 0.00076330866 |
ABI
ABI objects
Getter at block 21319940
MAX_MINT_PER_TX() view returns (uint256)
20
MAX_MINT_PER_TX_FREE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
1333
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZnKco8AmGXThAjkffbCbJep37SmTtoQrN1cVFKkysock/
freeSupply() view returns (uint256)
1332
name() view returns (string)
IcebearIcebearIcebear
owner() view returns (address)
0x3c8508bdbbaf8776687543e67410329180271a8a
price() view returns (uint256)
6900000000000000
stage() view returns (uint8)
1
symbol() view returns (string)
IBx3
totalSupply() view returns (uint256)
1333
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeSupply(uint256 _freeSupply)
setPrice(uint256 _price)
setStage(uint8 _stage)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
StageChanged(uint8 from, uint8 to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()