Alphafounder
Verified contract
Active on
Ethereum with 756 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
0xb49f…34c1
Balances ($0.00)
No balances found for "Alphafounder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19744481 | 7 months ago | | | 0 | 0.00027303090 | |
| 19264274 | 10 months ago | | | 0 | 0.0015929943 | |
| 18192377 | a year ago | | | 0 | 0.0014818877 | |
| 18020114 | a year ago | | | 0 | 0.0025816665 | |
| 17997424 | a year ago | | | 0 | 0.00036431077 | |
| 17770100 | a year ago | | | 0 | 0.0010179964 | |
| 17758418 | a year ago | | | 0 | 0.00072802828 | |
| 17758235 | a year ago | | | 0 | 0.0010616110 | |
| 17733556 | a year ago | | | 0 | 0.00076408750 | |
| 17733533 | a year ago | | | 0 | 0.00061400226 |
ABI
ABI objects
Getter at block 21332205 mintPrice() view returns (uint256)
MAX_TOKEN_PER_WALLET() view returns (uint256)
1
SIGNER_WALLET() view returns (address)
0xa4daf00b6ca5ce4136269c68db35288072844f2a
TOKEN_LIMIT() view returns (uint256)
1000
_baseTokenURI() view returns (string)
allowlistMintEnabled() view returns (bool)
true
mintEURPrice() view returns (int256)
500000000000
name() view returns (string)
Alphafounder
owner() view returns (address)
0x6cfbe040e84392a5c87a387ee57062a8d51d689e
publicMintEnabled() view returns (bool)
true
symbol() view returns (string)
ALPHA
totalSupply() view returns (uint256)
721
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
membershipTransferPermit(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedSignatures(bytes) view returns (bool)
State-modifying
Events allowlistMint(uint256 quantity, struct LibMintpassMintpass mintpass, bytes mintpassSignature)
approve(address to, uint256 tokenId)
mint(address minter, uint256 quantity) payable
permitMembershipTransfer(uint256 _tokenId, bool transferPermitted)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string permanentBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setLimits(uint256 _tokenLimit, uint256 _maxTokenPerWallet)
setMintEURPrice(int256 _mintEURPrice)
setMintingEnabled(bool _allowlistMintEnabled, bool _publicMintEnabled)
setSignerWallet(address _signerWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()