Gatsby Tools Pass

Verified contract

Active on Ethereum with 10,075 txns
Deployed by via 0x4dea73fa at 15774825
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "Gatsby Tools Pass"

0xa548c6b5b83306160ff7921c66362887ba72d1bbd6793228f0015d9405976d0d
0x5a60d6eb3cb8282a837624464fd9abea51cc12d829c25bf581d0986df9d266aa
0xadb80082151b839a544c52048fedebbd75c9c0700961026bcd4f5e248f718c23
0x1bd08020690ad5833ebb343549fd9b74d7e2100bd96ae2396f97fc66d68fc315
0xff7b981e72dca90bcbb3f25d3c14ecde08ffe0d38b7befc8a071aad47e18756d
0xabc6c66a8213341c4f7e7dc06ae247afe6fa294387563536774fd8edea192a9e
0x990c5c5638d77c1830b4a81be2d9af00923ddda3b8c17c4a18e43f3a5e7d0094
0xed1fb3c405e8df0ea580058a0983bcb9800c0c9cd1cd312ec2c81a23314c3e98
0x56e3a65a4492d01ed4dc241845e637a78496a8075058d89812af0045be1bc5ef
0x0322817b953054919370a74871ac57e5870ae57f24f8aeecade12ea83fface03

Functions
Getter at block 20908309
allowBurn(view returns (bool)
false
maxMintsPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
3950
merkleRoot(view returns (bytes32)
0xc5f07888ff9b913a7b57548050a0fd31927cff9227df00e00748cb2a6c3e0a34
mintOpen(view returns (bool)
true
name(view returns (string)
Gatsby Tools Pass
owner(view returns (address)
0x36dd54e4f58a27cb61fe65ef928f867316f29e99
price(view returns (uint256)
88000000000000000
symbol(view returns (string)
GTP
totalReleased(view returns (uint256)
347600000000000000000
totalShares(view returns (uint256)
1000000
totalSupply(view returns (uint256)
4000
whitelistOnly(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
mintOwner(uint256 _amount
mintPublic(payable 
mintWhitelist(bytes32[] _merkleProofpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMaxMintsPerWallet(uint256 _maxMintsPerWallet
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setPrice(uint256 _price
toggleBurning(
toggleMint(
toggleWhitelist(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(