GoldenDAO
Verified contract
Active on
Ethereum with 560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,352.20)
Native
Value
$3,352.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.88 | $3,809.32 |
$3,352.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20146753 | 5 months ago | | | 0 | 0.00011832362 | |
| 19962290 | 6 months ago | | | 0 | 0.0012934423 | |
| 19790159 | 7 months ago | | | 0 | 0.00049369244 | |
| 19406372 | 9 months ago | | | 0 | 0.0029215169 | |
| 19021689 | a year ago | | | 0 | 0.00075076000 | |
| 18631540 | a year ago | | | 0 | 0.00073542359 | |
| 18465237 | a year ago | | | 0 | 0.0014429995 | |
| 18197574 | a year ago | | | 0 | 0.00037873656 | |
| 18197509 | a year ago | | | 0 | 0.0011607894 | |
| 18177361 | a year ago | | | 0 | 0.0011945018 |
ABI
ABI objects
Getter at block 21332820
DUTCH_AUCTION_END_PRICE() view returns (uint256)
880000000000000000
DUTCH_AUCTION_LENGTH() view returns (uint256)
7200
DUTCH_AUCTION_START_PRICE() view returns (uint256)
1280000000000000000
MAX_SUPPLY() view returns (uint256)
1888
PRESALE_MAX_MINTS() view returns (uint256)
2
PRESALE_MAX_PER_TX() view returns (uint256)
2
PRESALE_MAX_SUPPLY() view returns (uint256)
1000
PRESALE_PRICE() view returns (uint256)
800000000000000000
PUBLIC_MAX_MINTS() view returns (uint256)
3
PUBLIC_MAX_PER_TX() view returns (uint256)
3
RESERVE_COUNT() view returns (uint256)
112
merkleRoot() view returns (bytes32)
0xbdea81b81450b19e96b72c582faf14093288bbc426342e1ce107ac13982a7157
multiSigWallet() view returns (address)
0xeec384a40a9a65207aa45afdb0b566e6366afbce
name() view returns (string)
GoldenDAO
owner() view returns (address)
0x089fcc9f0e684b21cc6245f5e796616f02a1c20b
presaleEnd() view returns (uint256)
1648749600
presaleStart() view returns (uint256)
1648490400
publicStart() view returns (uint256)
1648749600
symbol() view returns (string)
GD
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
mintsPerAddress(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events presaleMint(uint256 _count, bytes32[] _merkleProof) payable
publicMint(uint256 _count) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _merkleRoot)
setMultiSigWallet(address _multiSigWallet)
setPresaleEnd(uint256 _presaleEnd)
setPresaleStart(uint256 _presaleStart)
setPublicStart(uint256 _publicStart)
setUri(string _uri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri, bytes32 _merkleRoot, address _multiSigWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.