Gandalf Town
Verified contract
Active on
Ethereum with 12,186 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Gandalf Town"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20660680 | 3 months ago | | | 0 | 0.000040917997 | |
| 19892872 | 6 months ago | | | 0 | 0.00019392132 | |
| 19513492 | 8 months ago | | | 0 | 0.0014299009 | |
| 19449788 | 8 months ago | | | 0 | 0.0021372023 | |
| 19342109 | 9 months ago | | | 0 | 0.0029791954 | |
| 18907314 | a year ago | | | 0 | 0.00072751189 | |
| 18904605 | a year ago | | | 0 | 0.00064303447 | |
| 18903936 | a year ago | | | 0 | 0.00061161683 | |
| 18855496 | a year ago | | | 0 | 0.0014326160 | |
| 18854924 | a year ago | | | 0 | 0.00099562492 |
ABI
ABI objects
Getter at block 21259752
freeMint() view returns (uint256)
9500
itemPrice() view returns (uint256)
1000000000000000000
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
9999
name() view returns (string)
Gandalf Town
owner() view returns (address)
0xf0e2b00ae62e9984f8f871caeed7e11193d07c0b
presaleActiveTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
saleActiveTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
symbol() view returns (string)
GF
totalMinted() view returns (uint256)
9292
totalSupply() view returns (uint256)
9292
txMaxMint() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
canStake(address) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
inWhitelist(address _owner, bytes32[] _proof, uint256 _from, uint256 _to) view returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
itemPricePresales(uint256) view returns (uint256)
maxMintPresales(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
staked(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistMerkleRoots(uint256) view returns (bytes32)
State-modifying
Events addToWhitelistForStaking(address _operator)
approve(address to, uint256 tokenId)
autoApproveMarketplace(address _spender)
giftNft(address[] _sendNftsTo, uint256 _howMany)
purchaseTokens(uint256 _howMany) payable
purchaseTokensFree(uint256 _howMany)
purchaseTokensWhitelist(uint256 _howMany, bytes32[] _proof, uint256 _rootNumber) 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 __baseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFreeMint(uint256 _freeMint)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setPresale(uint256 _rootNumber, bytes32 _whitelistMerkleRoot, uint256 _maxMintPresales, uint256 _itemPricePresale)
setPresaleActiveTime(uint256 _presaleActiveTime)
setPrice(uint256 _newPrice)
setSaleActiveTime(uint256 _saleActiveTime)
setTxMaxMint(uint256 _txMaxMint)
stakeNfts(uint256[] _tokenIds, bool _stake)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()