BBZ Origin
Verified contract
Active on
Ethereum with 2,393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "BBZ Origin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273822 | a day ago | | | 0 | 0.00078906343 | |
| 21237251 | 7 days ago | | | 0 | 0.0010022573 | |
| 21121327 | 23 days ago | | | 0 | 0.00034023974 | |
| 20786858 | 2 months ago | | | 0 | 0.00033337738 | |
| 20649898 | 3 months ago | | | 0 | 0.000071537981 | |
| 20649876 | 3 months ago | | | 0 | 0.000086172000 | |
| 20649733 | 3 months ago | | | 0 | 0.00011097990 | |
| 20626896 | 3 months ago | | | 0 | 0.000038324546 | |
| 20391507 | 4 months ago | | | 0 | 0.00033371218 | |
| 20110212 | 5 months ago | | | 0 | 0.000083664599 |
ABI
ABI objects
Getter at block 21284186
config() view returns (uint256 dnmAmount, bool groupAActive, uint256 groupAPrice, bool groupBActive, uint256 groupBPrice, bool groupCActive, uint256 groupCPrice)
(dnmAmount=250, groupAActive=false, groupAPrice=100000000000000000, groupBActive=false, groupBPrice=120000000000000000, groupCActive=false, groupCPrice=140000000000000000)
isInOgList() view returns (bool)
false
isInWLList() view returns (bool)
false
isOGMintActive() view returns (bool)
false
isPublicMintActive() view returns (bool)
false
isWLMintActive() view returns (bool)
false
name() view returns (string)
BBZ Origin
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x7314e83327d1fd63b842974d9137ef5a49cb75ca
symbol() view returns (string)
BBZORIGIN
totalSupply() view returns (uint256)
2042
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (address _address, uint64 _timestamp)
groupA(address) view returns (uint256)
groupB(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintDnM()
mintOG(uint256 quantity) payable
mintUnclaimed()
mintWL(uint256 quantity) payable
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)
setGroupPrice(uint256 p1, uint256 p2, uint256 p3)
setGroupState(bool g1, bool g2, bool g3)
setOGList(address[] addresses, uint256[] numSlots)
setOwnersExplicit(uint256 quantity)
setWLList(address[] addresses, uint256[] numSlots)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
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 collectionSize, uint256 dnmAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.