SPC: Ghosts And Elders
Verified contract
Active on
Ethereum with 1,169 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 "SPC: Ghosts And Elders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20578561 | 4 months ago | | | 0 | 0.00020788455 | |
| 20536168 | 4 months ago | | | 0 | 0.00038793142 | |
| 20518706 | 4 months ago | | | 0 | 0.000099177754 | |
| 20118412 | 6 months ago | | | 0 | 0.00036380161 | |
| 20118376 | 6 months ago | | | 0 | 0.00062713607 | |
| 19205587 | 10 months ago | | | 0 | 0.0016302832 | |
| 19122180 | 10 months ago | | | 0 | 0.00076694941 | |
| 19081037 | a year ago | | | 0 | 0.00024742514 | |
| 18860737 | a year ago | | | 0 | 0.00076175256 | |
| 18792790 | a year ago | | | 0 | 0.0071335275 |
ABI
ABI objects
Getter at block 21393680
baseURI() view returns (string)
https://sge-api.spacepunks.club/metadata/
collectionSize() view returns (uint256)
2819
isMintingActive() view returns (bool)
true
name() view returns (string)
SPC: Ghosts And Elders
owner() view returns (address)
0x154e7f89450e62278e3dea09d76e91df7958f725
symbol() view returns (string)
SGE
totalSupply() view returns (uint256)
1317
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 approve(address to, uint256 tokenId)
mint(uint256 amount, string salt, bytes token) 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 newBaseURI)
setSigner(address signer)
toggleMinting()
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)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerChanged(address signer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, address signer, uint256 _collectionSize)
This contract contains no fallback and receive objects.
AmountMustBeNonZero()
ContractNotAllowed()
InvalidToken()
MaxSupplyExceeded()
MintingNotActive()
WithdrawalFailed()