Spirit Gates
Verified contract
Active on
Ethereum with 6,399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "Spirit Gates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105557 | 9 days ago | | | 0 | 0.000059730201 | |
| 20952595 | a month ago | | | 0 | 0.00030657454 | |
| 20952495 | a month ago | | | 0 | 0.00027736634 | |
| 20951875 | a month ago | | | 0 | 0.00037359510 | |
| 20951875 | a month ago | | | 0 | 0.00037370843 | |
| 20856954 | a month ago | | | 0 | 0.00042941099 | |
| 20705398 | 2 months ago | | | 0 | 0.000031456100 | |
| 20648393 | 2 months ago | | | 0 | 0.000039016039 | |
| 20602433 | 3 months ago | | | 0 | 0.000036315169 | |
| 20582432 | 3 months ago | | | 0 | 0.000057898925 |
ABI
ABI objects
Getter at block 21171198
CLAIM() view returns (uint8)
4
PAUSED() view returns (uint8)
0
PRIVATE_SALE() view returns (uint8)
2
PUBLIC_SALE() view returns (uint8)
1
WAITLIST_SALE() view returns (uint8)
3
getPauseState() view returns (uint8)
0
name() view returns (string)
Spirit Gates
owner() view returns (address)
0x4a5ab7a444f92254123bdaedbefec6a2218b22c0
supplyMinted() view returns (uint256)
3623
symbol() view returns (string)
SG
totalSupply() view returns (uint256)
3623
Read-only
balanceOf(address tokenOwner_) view returns (uint256)
checkWhitelistAllowance(address account_, uint8 whitelistId_, uint256 alloted_, struct IWhitelistable_ECDSAProof proof_) view returns (uint256)
getApproved(uint256 tokenId_) view returns (address)
isApprovedForAll(address tokenOwner_, address operator_) view returns (bool)
ownerOf(uint256 tokenId_) view returns (address)
proxyRegistries(uint256) view returns (address)
royaltyInfo(uint256 tokenId_, uint256 salePrice_) view returns (address, uint256)
supportsInterface(bytes4 interfaceId_) pure returns (bool)
tokenByIndex(uint256 index_) view returns (uint256)
tokenOfOwnerByIndex(address tokenOwner_, uint256 index_) view returns (uint256 tokenId)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events addProxyRegistry(address proxyRegistryAddress_)
airdrop(address[] accounts_, uint256[] amounts_)
approve(address to_, uint256 tokenId_)
claimDualSouls(uint256 qty_, uint256 alloted_, struct IWhitelistable_ECDSAProof proof_) payable
mintPrivate(uint256 qty_, uint256 alloted_, struct IWhitelistable_ECDSAProof proof_) payable
mintPublic(uint256 qty_) payable
mintWaitlist(uint256 qty_, uint256 alloted_, struct IWhitelistable_ECDSAProof proof_) payable
removeProxyRegistry(address proxyRegistryAddress_)
safeTransferFrom(address from_, address to_, uint256 tokenId_)
safeTransferFrom(address from_, address to_, uint256 tokenId_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setBaseURI(string baseURI_)
setPauseState(uint8 newState_)
setPrice(uint256 publicSalePrice_, uint256 privateSalePrice_)
setRoyaltyInfo(address royaltyRecipient_, uint256 royaltyRate_)
setTreasury(address newTreasury_)
setWhitelist(address adminSigner_)
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_)
ContractStateChanged(uint8 indexed previousState, uint8 indexed newState)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from_, address indexed to_, uint256 indexed tokenId_)
constructor(uint256 maxSupply_, uint256 maxBatch_, uint256 reserve_, uint256 salePrice_, uint256 royaltyRate_, address treasury_, string name_, string symbol_)
This contract contains no fallback and receive objects.
ARRAY_LENGTH_MISMATCH()
ETHER_TRANSFER_FAIL(address to, uint256 amount)
IERC173_NOT_OWNER(address operator)
IERC2981_INVALID_ROYALTIES(uint256 royaltyRate, uint256 royaltyBase)
IERC721Enumerable_INDEX_OUT_OF_BOUNDS(uint256 index)
IERC721Enumerable_OWNER_INDEX_OUT_OF_BOUNDS(address tokenOwner, uint256 index)
IERC721_CALLER_NOT_APPROVED(address tokenOwner, address operator, uint256 tokenId)
IERC721_INVALID_APPROVAL(address operator)
IERC721_INVALID_TRANSFER()
IERC721_INVALID_TRANSFER_FROM(address tokenOwner, address from, uint256 tokenId)
IERC721_NONEXISTANT_TOKEN(uint256 tokenId)
IERC721_NON_ERC721_RECEIVER(address receiver)
INCORRECT_PRICE(uint256 amountReceived, uint256 amountExpected)
IPausable_INCORRECT_STATE(uint8 currentState)
IPausable_INVALID_STATE(uint8 invalidState)
IWhitelistable_CONSUMED(address account)
IWhitelistable_FORBIDDEN(address account)
IWhitelistable_NOT_SET()
NFT_INVALID_QTY()
NFT_MAX_BATCH(uint256 qtyRequested, uint256 maxBatch)
NFT_MAX_RESERVE(uint256 qtyRequested, uint256 reserveLeft)
NFT_MAX_SUPPLY(uint256 qtyRequested, uint256 remainingSupply)
NO_ETHER_BALANCE()