CBGOV2
Verified contract
Proxy
Active on
Base with 9,696 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "CBGOV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20200626 | 2 months ago | | | 0 | 7.6722269e-7 | |
| 19864687 | 2 months ago | | | 0 | 2.4015791e-7 | |
| 18765562 | 3 months ago | | | 0 | 7.3818310e-7 | |
| 18728511 | 3 months ago | | | 0 | 3.7682976e-7 | |
| 18218499 | 3 months ago | | | 0 | 7.1883779e-7 | |
| 18207750 | 3 months ago | | | 0 | 3.9245530e-7 | |
| 17795387 | 4 months ago | | | 0 | 0.000019339279 | |
| 17327299 | 4 months ago | | | 0 | 0.0000011992508 | |
| 17327240 | 4 months ago | | | 0 | 0.0000014203930 | |
| 16303789 | 5 months ago | | | 0 | 5.1403425e-7 |
ABI
ABI objects
Getter at block 22753294
TREASURY_MARKETPLACE_ADDRESS() view returns (address)
0xba005604bc2b929fdd13e7cfb135c95df1800349
_treasuryAddress() view returns (address)
0xba005604bc2b929fdd13e7cfb135c95df1800349
edition() view returns (uint256)
1
name() view returns (string)
CBGOV2
owner() view returns (address)
0xba005604bc2b929fdd13e7cfb135c95df1800349
paused() view returns (bool)
false
symbol() view returns (string)
CBGO
totalSupply() view returns (uint256)
5949
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
offers(uint16) view returns (uint256)
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 adminMint(uint256 quantity, uint256 adminEdition)
airdrop(address[] recipients, uint16[] quantities, uint256 specialEdition)
approve(address to, uint256 tokenId) payable
getTotalMinted() returns (uint256)
initialize()
mint(address to, uint8 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setEdition(uint256 _edition)
setOffers(uint16[] quantities, uint256[] prices)
setPaused(bool _state)
setTreasuryAddress(address treasuryAddress)
transferFrom(address from, address to, uint256 tokenId) payable
transferGas() payable
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
_AirdropToCycle(uint256 edition, uint256 currentId, address[] recipients, uint16[] quantities)
_OfferUpgraded(uint16[] quantities, uint256[] prices)
_SendToCycle(uint256 edition, uint256 quantity, uint256 currentId, address wallet)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
IncorrectPrice(uint256 expected, uint256 actual)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()