DAN DAO
Verified contract
Active on
Ethereum with 3,575 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DAN DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057934 | a month ago | | | 0 | 0.00022152952 | |
| 21057932 | a month ago | | | 0 | 0.00020766480 | |
| 20981948 | a month ago | | | 0 | 0.00023306028 | |
| 20981946 | a month ago | | | 0 | 0.00020853911 | |
| 20723732 | 3 months ago | | | 0 | 0.00026168134 | |
| 20708646 | 3 months ago | | | 0 | 0.000021702020 | |
| 20664724 | 3 months ago | | | 0 | 0.00041568001 | |
| 20651578 | 3 months ago | | | 0 | 0.000028263263 | |
| 20388990 | 4 months ago | | | 0 | 0.00011730620 | |
| 20275440 | 5 months ago | | | 0 | 0.000092809770 |
ABI
ABI objects
Getter at block 21288062
DD() view returns (uint256)
0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
maxSupply() view returns (uint256)
2222
merkleRoot() view returns (bytes32)
0xc047723840d43f9fbb1ca8399c2dd480b1c1c9b60d9c4aa8271795f0daff1367
name() view returns (string)
DAN DAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DAN DAO
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserStatus(address addr) view returns (bool, uint256, bool, uint256, uint256, uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events airDrop(address[] addrs, uint256 amount)
burn(address account, uint256 amount)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
grantRole(bytes32 role, address account)
mint(uint256 amount) payable
refund(uint256 amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setActive(bool newActive)
setApprovalForAll(address operator, bool approved)
setBaseData(uint256 newPrice, string newURI, uint256 newMaxSupply, uint256 _maxFreeMint, bytes32 newRoot)
transferOwnership(address newOwner)
whiteMint(uint256 amount, address[] addrs) payable
withdraw(address addr)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
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 name_, string symbol_, uint256 maxSupply_, uint256 publicPrice_, string uri_, bytes32 merkleRoot_)
This contract contains no fallback and receive objects.
This contract contains no error objects.