AlfaDAO
Verified contract
Active on
Ethereum with 1,568 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 "AlfaDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165888 | 3 days ago | | | 0 | 0.0048379048 | |
| 21144276 | 6 days ago | | | 0 | 0.00090096235 | |
| 21131348 | 7 days ago | | | 0 | 0.0011561792 | |
| 21125330 | 8 days ago | | | 0 | 0.0015337801 | |
| 21117920 | 9 days ago | | | 0 | 0.00024527862 | |
| 21115861 | 10 days ago | | | 0 | 0.00041703445 | |
| 21105801 | 11 days ago | | | 0 | 0.00015099675 | |
| 21105795 | 11 days ago | | | 0 | 0.00015178073 | |
| 21105788 | 11 days ago | | | 0 | 0.00030047355 | |
| 21102617 | 11 days ago | | | 0 | 0.00020313120 |
ABI
ABI objects
Getter at block 21184879
ERC712_VERSION() view returns (string)
1
MAX_SUPPLY() view returns (uint256)
1000
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/Qmb8zuC342CJvWp5CwSeatkFJzrQwvzXkeAGSnaMZeXDf5/
baseURI() view returns (string)
https://ipfs.io/ipfs/Qmb8zuC342CJvWp5CwSeatkFJzrQwvzXkeAGSnaMZeXDf5/
contractURI() view returns (string)
https://ipfs.io/ipfs/Qmb8zuC342CJvWp5CwSeatkFJzrQwvzXkeAGSnaMZeXDf5/contract.json
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xa0a4986f05e5dc38a122b8d9c4baba7e3bf84ec89aa2c5449bd0423e62646e78
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintFee() view returns (uint256)
100000000000000000000
name() view returns (string)
AlfaDAO
owner() view returns (address)
0x189ff23a3e879cee54956a16a203695f91a1acb8
saleActive() view returns (bool)
false
symbol() view returns (string)
ALFA
totalSupply() view returns (uint256)
502
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
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 activeMint(uint256 _mintCount) payable
approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _base)
setMerkleRoot(bytes32 _merkleRoot)
setMintFee(uint256 _mintFee)
toggleActiveSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, bytes32[] _merkleProof) payable
withdrawEther()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _mintFee, string _base, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.