Ghost
Verified contract
Proxy
Active on
Base with 219 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Ghost"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22666954 | 2 days ago | | | 0 | 0.0000010687125 | |
| 22477557 | 6 days ago | | | 0 | 9.3071620e-7 | |
| 22059989 | 16 days ago | | | 0 | 0.000000401686951728 | |
| 21682714 | 25 days ago | | | 0 | 7.4909994e-7 | |
| 21570937 | a month ago | | | 0 | 4.2963167e-7 | |
| 21170807 | a month ago | | | 0 | 8.7957741e-7 | |
| 20235780 | 2 months ago | | | 0 | 5.8137469e-7 | |
| 15817932 | 5 months ago | | | 0 | 4.9186489e-7 | |
| 15804270 | 5 months ago | | | 0 | 5.8844108e-7 | |
| 14122530 | 7 months ago | | | 0 | 0.0000010683310 |
ABI
ABI objects
Getter at block 22758290 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x5530a9a306959cd80e0d0a78d66288f9ac2dc3fa4054ca4290e3cf0feebb364b
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
baseURI() view returns (string)
ipfs://bafkreicxhuns5oq4d7mjzf67omvjhnl3xarcvk5w43knfjbh3hqkd4msiu
criticalHitCandidates() view returns (uint256)
10
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
10000000000000000000000000
erc721TotalSupply() view returns (uint256)
10000
getERC721QueueLength() view returns (uint256)
5278
getRaffleLength() view returns (uint256)
2
getUnclaimedIdsLength() view returns (uint256)
1
isRevealed() view returns (bool)
false
lastUpdatedBlock() view returns (uint256)
12597977
maxRetries() view returns (uint256)
10
minRaffleInterval() view returns (uint256)
300
minted() view returns (uint256)
10000
name() view returns (string)
Ghost
owner() view returns (address)
0xa213c6309af10564ba616c78cdc4b02c9b9e5386
symbol() view returns (string)
Ghost
taxCollector() view returns (address)
0x9fcbcd1230df2f19923857a95027cc5a6360fe36
taxExemptAddress() view returns (address)
0xa213c6309af10564ba616c78cdc4b02c9b9e5386
taxRate() view returns (uint256)
100
totalSupply() view returns (uint256)
10000000000000000000000000
totalUnclaimedTaxFees() view returns (uint256)
52296885679666801222511
units() view returns (uint256)
1000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getAddressRewards(address owner_) view returns (struct Ghost404Rewards)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
getIdRewards(uint256 id_) view returns (struct Ghost404Rewards)
getRaffleInQueue(uint256 start_, uint256 count_) view returns (struct Ghost404Raffle[])
getUnclaimedIds(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
operators(address) view returns (bool)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
raffles(uint256) view returns (uint256 raffleTimestamp, uint256 raffleBlock, uint256 winnerId, uint256 rewards)
storedERC721Ids(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
unclaimedTaxFees(uint256) view returns (uint256 totalRewards, uint256 unclaimedRewards)
unclaimedTokenIds(uint256) view returns (uint256)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
claimRewards(uint256 id_)
claimRewardsByIds(uint256[] ids_)
claimRewardsByOwner()
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
initialize(string name_, string symbol_, uint256 maxTotalSupplyERC721_) payable
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setAutomatedMarketMakerPairs(address pair_, bool state_)
setBaseURI(string baseURI_)
setERC721TransferExempt(address account_, bool state_)
setMinRaffleInterval(uint256 minRaffleInterval_)
setOperator(address operator_, bool state_)
setRevealed(bool isRevealed_, string baseURI_)
setTaxExemptAddress(address taxExemptAddress_)
setTaxRate(uint256 taxRate_)
startRaffle()
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint64 version)
NewRaffle(uint256 indexed startBlock, uint256 indexed winnerId, uint256 rewards)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsClaimed(uint256 indexed id, uint256 rewards)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AlreadyExists()
DecimalsTooLow()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InsufficientAllowance()
InvalidApproval()
InvalidClaimState()
InvalidExemption()
InvalidInitialization()
InvalidOperator()
InvalidRaffleInterval()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
RecipientIsERC721TransferExempt()
TaxRateTooHigh()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()
UnsafeRecipient()