AlphaSkullz Genesis Force
Verified contract
Active on
Ethereum with 4,198 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GFAS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096784 | 17 days ago | | | 0 | 0.00024151245 | |
| 20639761 | 3 months ago | | | 0 | 0.000068304959 | |
| 20531533 | 3 months ago | | | 0 | 0.000061763061 | |
| 20067578 | 5 months ago | | | 0 | 0.00059093167 | |
| 19954713 | 6 months ago | | | 0 | 0.00022450262 | |
| 19683686 | 7 months ago | | | 0 | 0.00060893504 | |
| 19540964 | 8 months ago | | | 0 | 0.0014729583 | |
| 19471766 | 8 months ago | | | 0 | 0.00083396263 | |
| 19471766 | 8 months ago | | | 0 | 0.00083107802 | |
| 19388410 | 8 months ago | | | 0 | 0.0011917627 |
ABI
ABI objects
Getter at block 21217448
amountForDevs() view returns (uint256)
200
collectionSize() view returns (uint256)
8888
maxPerMint() view returns (uint256)
10
maxPresaleMints() view returns (uint256)
10
name() view returns (string)
AlphaSkullz Genesis Force
owner() view returns (address)
0xa998ef3143df1abccf48acf4f62175e6ba330901
presaleActive() view returns (bool)
false
price() view returns (uint256)
80000000000000000
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
GFAS
totalSupply() view returns (uint256)
3334
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
numberPresaleMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownershipDataOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 amount)
presaleMint(uint64 amount, bytes32[] proof) payable
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setPresaleActive(bool _active)
setPresaleRoot(bytes32 _root)
setPublicSaleActive(bool _active)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _collectionSize, uint256 _maxPerMint, uint256 _maxPresaleMints, uint256 _amountForDevs)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintExceedsMaxSupply()
MintExceedsMintLimit()
MintInsufficientPayment()
MintSaleNotStarted()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
PresaleNotAlphalist()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()