DreamGirls
Verified contract
Proxy
Active on
Ethereum with 10,180 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
Balances ($0.00)
No balances found for "DreamGirls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217135 | 4 days ago | | | 0 | 0.0018391014 | |
| 21216683 | 5 days ago | | | 0 | 0.0015949556 | |
| 21127881 | 17 days ago | | | 0 | 0.00074586907 | |
| 21114761 | 19 days ago | | | 0 | 0.00055672717 | |
| 21108565 | 20 days ago | | | 0 | 0.00029923157 | |
| 21106049 | 20 days ago | | | 0 | 0.00018669230 | |
| 21103925 | 20 days ago | | | 0 | 0.00014841870 | |
| 21103676 | 20 days ago | | | 0 | 0.00014363100 | |
| 21102770 | 20 days ago | | | 0 | 0.00019735056 | |
| 21101258 | 21 days ago | | | 0 | 0.00087614910 |
ABI
ABI objects
Getter at block 21249382
name() view returns (string)
DreamGirls
owner() view returns (address)
0x06cc3ec46dc047eb0633abb55ca18a60f54b3204
phase() view returns (uint256)
3
symbol() view returns (string)
DG
totalSupply() view returns (uint256)
12261
tradeLock() view returns (bool)
false
Read-only
DLMinted(address) view returns (uint256)
SNMinted(address) view returns (uint256)
WLMinted(address) view returns (uint256)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addTeamMinter(address[] _newMinterAddresses)
approve(address operator, uint256 tokenId)
burnToken(uint256[] tokenIDs)
initialize(string name, string symbol)
mint(bytes32[] merkleProof, uint256 allowance, uint256 quantity) payable
phaseSwitch(uint256 newPhase)
removeTeamMinter(address[] _removeMinterAddresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllRoots(bytes32 _newSNRoot, bytes32 _newDLRoot, bytes32 _newWLRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setControllerAddress(address _controller)
setDLRoot(bytes32 _newRoot)
setSNRoot(bytes32 _newRoot)
setWLRoot(bytes32 _newRoot)
teamMint(uint256 quantity)
tradeLockSwitch()
transferERC20(address _tokenContract, address _to, uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()