Balloon Town NFT

Verified contract

Active on Ethereum with 1,729 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3,687.3
0xc35409a3cdbf12540c02870518598a5c47942f0793dfa074a1853ff86bdb7c1a
0x19f29089a0e7c6f703b7517b1549e1c8b59e6ad3da63f27575f46dc88ee6225b
0x72a532f3f0b9a884d22fdae23279c33c5af0e02790a2d089dc4954d84a81ff5e
0x21c1b917105130d0852c351e1457f8de226081ab21baf173c845633cefe34423
0xf54b2385ff26f41fe8ebb92047be80623a59e54f9f3aaa7da532f9ced67b8fa7
0x6fe3173e292a4c37b1f0f09dd2c2f99fbe4d4999c6c74f5646326db8be2f720c
0xc3063e7af041c6d6dc4f9c86ec6014d5fdd1d960ef1bd4d89cd444e609e91d7b
0x3f330b8e141d8a8d1a2422295221048395cb52c6f127a69ca43b1d60b7c8398e
0x4fc1faa9d081528ec6bba36f4534153b3a4dc3677a9f42b8a500833bc542c2e2
0x49685b6f955edab78c8d708125b81b60896a335a96919b59cbc9a1f2b5f5a68b

Functions
Getter at block 20900887
mintpass(view returns (address)
0xb0dd8ce6448ee318f66ad3a7ae3dc77e434fc244
mintpassAddress(view returns (address)
0xb0dd8ce6448ee318f66ad3a7ae3dc77e434fc244
name(view returns (string)
Balloon Town NFT
owner(view returns (address)
0xb61ac751e031802665b52240ebf55210499e97ca
price(view returns (uint256)
100000000000000000
saleMerkleRoot(view returns (bytes32)
0x1cf16066fac68813168e8097d09d624b5cd1aaee305859abaad9aef579123034
symbol(view returns (string)
BALLOONTOWN
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionbool preSaleIsActivebool saleIsActivebool supplyLockuint8 salePhase)
(maxSupply=5000, maxPerWallet=10, maxPerTransaction=25, preSaleIsActive=false, saleIsActive=true, supplyLock=false, salePhase=4)
totalReleased(view returns (uint256)
112080000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
3441
unclaimedSupply(view returns (uint256)
1559
Read-only
balanceOf(address ownerview returns (uint256)
canMint(address _addressview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
salePrice(uint8view returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMintPass(address _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransaction
updatePrice(uint256 _priceuint8 _salePhase
updateSaleState(bool _preSaleIsActivebool _saleIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct BalloontownToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(