Spacegate Pass
Verified contract
Active on
Ethereum with 1,323 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 "Spacegate Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19792626 | 6 months ago | | | 0 | 0.00012552931 | |
| 18910129 | a year ago | | | 0 | 0.00046636332 | |
| 18849567 | a year ago | | | 0 | 0.0013039198 | |
| 18802851 | a year ago | | | 0 | 0.00082647682 | |
| 17265859 | 2 years ago | | | 0 | 0.0031219643 | |
| 17172049 | 2 years ago | | | 0 | 0.0023352798 | |
| 17146424 | 2 years ago | | | 0 | 0.0022475923 | |
| 17011593 | 2 years ago | | | 0 | 0.00094937024 | |
| 16962220 | 2 years ago | | | 0 | 0.0021841995 | |
| 16773989 | 2 years ago | | | 0 | 0.00062420976 |
ABI
ABI objects
Getter at block 21210920
allowlistIsOpen() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmY6GYY7ZcbZpBEkM5uXb2C9Kp7vYgYRJDznkHZMpwUrXC
currentSupply() view returns (uint256)
2000
maxSupply() view returns (uint256)
2000
mintPrice() view returns (uint256)
200000000000000000
name() view returns (string)
Spacegate Pass
name_() view returns (string)
Spacegate Pass
owner() view returns (address)
0x6126b21b486641e7d04c95d4725410306f4b891e
publicSaleIsOpen() view returns (bool)
true
symbol() view returns (string)
SGP
symbol_() view returns (string)
SGP
totalReleased() view returns (uint256)
100000000000000000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
hasClaimed(address) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events claim(address to, uint256 proofAmount, uint256 mintAmount, bytes32[] proof) payable
ownerMint(address to, uint256 amount)
publicMint() payable
release(address account)
release(address token, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setBools(bool allowlist, bool publicSale)
setMerkleRoot(bytes32 _merkleRoot)
setOwner(address newOwner)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor(address[] payees, uint256[] shares_)
receive()
AllowlistSaleNotStarted()
AlreadyClaimed()
MintExceedsMaxSupply()
NotInMerkle()
NotOwner()
PaymentNotCorrect()
PublicSaleNotStarted()
TooManyMintsPerTransaction()