SPACE GIRL FREE MINT
Verified contract
Active on
Ethereum with 4,484 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 "SPACE GIRL FREE MINT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096880 | a month ago | | | 0 | 0.00025401082 | |
| 21033695 | a month ago | | | 0 | 0.00027394657 | |
| 20658483 | 3 months ago | | | 0 | 0.000075305590 | |
| 20560152 | 3 months ago | | | 0 | 0.000057545537 | |
| 20503374 | 4 months ago | | | 0 | 0.000040934347 | |
| 20502687 | 4 months ago | | | 0 | 0.000048312281 | |
| 20376554 | 4 months ago | | | 0 | 0.00029044726 | |
| 20162573 | 5 months ago | | | 0 | 0.00040819258 | |
| 20149116 | 5 months ago | | | 0 | 0.00010248696 | |
| 19867366 | 7 months ago | | | 0 | 0.00045433216 |
ABI
ABI objects
Getter at block 21318743
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
AIRDROP_ROLE() view returns (bytes32)
0x3a2f235c9daaf33349d300aadff2f15078a89df81bcfdd45ba11c8f816bddc6f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
allowlistType() pure returns (uint256)
0
cost() view returns (uint256)
0
interfaceOfTokenURI() view returns (address)
0x0000000000000000000000000000000000000000
isOperatorFilterRegistryRevoked() view returns (bool)
false
isSBT() view returns (bool)
false
maxMintAmountPerTransaction() view returns (uint256)
300
maxSupply() view returns (uint256)
6997
merkleRoot() view returns (bytes32)
0x674e1f7d9674a81bd5ec7194b0a77038c367218f7407dfce89cc1d323a59adea
mintCount() view returns (bool)
true
name() view returns (string)
SPACE GIRL FREE MINT
onlyAllowlisted() view returns (bool)
true
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xf07bea7b1a1fc658c6911b21b67da28df1063df7
paused() view returns (bool)
true
phaseId() view returns (uint256)
1
publicSaleMaxMintAmountPerAddress() view returns (uint256)
50
symbol() view returns (string)
SGF
totalSupply() view returns (uint256)
3734
useInterfaceMetadata() view returns (bool)
false
withdrawAddress() view returns (address)
0x16903e24dec25f2c2eb0a3e175a2f29a400b5f30
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getAllowlistUserAmount(address) pure returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserMintedAmount(address _address) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
phaseData(uint256) view returns (uint256 totalSupply, uint256 maxSupply, uint256 cost, uint256 maxMintAmountPerTransaction, bytes32 merkleRoot)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
uri(uint256 _id) view returns (string)
State-modifying
Events airdropMint(address[] _airdropAddresses, uint256[] _UserMintAmount)
burn(uint256 _id, uint256 _amount)
burnBatch(uint256[] _ids, uint256[] _amounts)
burnForMint(address _from, uint256[] _burnIds, uint256[] _burnAmounts, uint256[] _mintIds, uint256[] _mintAmounts)
externalMint(address _address, uint256 _amount) payable
grantRole(bytes32 role, address account)
mint(uint256 _mintAmount, uint256 _maxMintAmount, bytes32[] _merkleProof, uint256) payable
mintBatch(address _to, uint256[] _ids, uint256[] _amounts)
ownermint(address _to, uint256 _id, uint256 _amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeOperatorFilterRegistry()
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setInterfaceOfTokenURI(address _address)
setIsSBT(bool _state)
setMaxMintAmountPerTransaction(uint256 _maxMintAmountPerTransaction)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintCount(bool _state)
setOnlyAllowlisted(bool _state)
setPause(bool _state)
setPhaseData(uint256 _id, uint256 _maxSupply, uint256 _cost, uint256 _maxMintAmountPerTransaction, bytes32 _merkleRoot)
setPhaseId(uint256 _id)
setPublicSaleMaxMintAmountPerAddress(uint256 _publicSaleMaxMintAmountPerAddress)
setURI(uint256 _id, string _uri)
setUseInterfaceMetadata(bool _useInterfaceMetadata)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw()
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()
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()