Base Drop, by Icebreaker
Unverified contract
Proxy
Active on
Base with 1,134 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
16 additional
variables
Balances ($0.00)
No balances found for "Base Drop, by Icebreaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22072002 | 19 days ago | | | 0 | 4.5750060e-7 | |
| 18666803 | 3 months ago | | | 0 | 4.6735500e-7 | |
| 15665389 | 5 months ago | | | 0 | 0.0000016011686 | |
| 14241892 | 7 months ago | | | 0 | 0.0000010370480 | |
| 14228793 | 7 months ago | | | 0 | 0.0000039829464 | |
| 10538454 | 9 months ago | | | 0 | 0.000000006340805580 | |
| 8433175 | a year ago | | | 0 | 0.000000067285166115 | |
| 7601164 | a year ago | | | 0 | 0.00034367402 | |
| 6955591 | a year ago | | | 0 | 0.000000089706000000 | |
| 6573988 | a year ago | | | 0 | 0.000000006680505900 |
ABI
ABI objects
Getter at block 22913444
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType() pure returns (bytes32)
0x546f6b656e455243373231000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmNWYSnAajGztA6pzPyTPRp7TFMEv5bd344GGAKP8YTHqv/0
contractVersion() pure returns (uint8)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(0x575fceb3e6eb0c6a8ad8ae2463b8e02d46517c35, 500)
getPlatformFeeInfo() view returns (address, uint16)
(0x0000000000000000000000000000000000000000, 0)
name() view returns (string)
Base Drop, by Icebreaker
nextTokenIdToMint() view returns (uint256)
978
operatorRestriction() view returns (bool)
true
owner() view returns (address)
0x0000000000000000000000000000000000000000
platformFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
primarySaleRecipient() view returns (address)
0x575fceb3e6eb0c6a8ad8ae2463b8e02d46517c35
symbol() view returns (string)
ICE
totalSupply() view returns (uint256)
978
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
verify(struct ITokenERC721MintRequest _req, bytes _signature) view returns (bool, address)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _saleRecipient, address _royaltyRecipient, uint128 _royaltyBps, uint128 _platformFeeBps, address _platformFeeRecipient)
mintTo(address _to, string _uri) returns (uint256)
mintWithSignature(struct ITokenERC721MintRequest _req, bytes _signature) payable returns (uint256 tokenIdMinted)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setOperatorRestriction(bool _restriction)
setOwner(address _newOwner)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
subscribeToRegistry(address _subscription)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee)
Initialized(uint8 version)
OperatorRestriction(bool restriction)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PlatformFeeTypeUpdated(uint8 feeType)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokensMinted(address indexed mintedTo, uint256 indexed tokenIdMinted, string uri)
TokensMintedWithSignature(address indexed signer, address indexed mintedTo, uint256 indexed tokenIdMinted, struct ITokenERC721MintRequest mintRequest)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)