Bahamas WTF
Verified contract
Active on
Ethereum with 169 txns
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 "Bahamas WTF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16680990 | 2 years ago | | | 0 | 0.00066636954 | |
| 16443091 | 2 years ago | | | 0 | 0.0012772128 | |
| 16340193 | 2 years ago | | | 0 | 0.0013718675 | |
| 16340013 | 2 years ago | | | 0 | 0.0014875024 | |
| 16339941 | 2 years ago | | | 0 | 0.0015874349 | |
| 16339941 | 2 years ago | | | 0 | 0.0017189725 | |
| 16339934 | 2 years ago | | | 0 | 0.0016990744 | |
| 16339925 | 2 years ago | | | 0 | 0.0015643428 | |
| 16339916 | 2 years ago | | | 0 | 0.0015291272 | |
| 16339902 | 2 years ago | | | 0 | 0.0015578623 |
ABI
ABI objects
Getter at block 21318724
MAX_SUPPLY() view returns (uint256)
3969
PRESALE_MAX_SUPPLY() view returns (uint256)
100
baseTokenURI() view returns (string)
ipfs://bafybeiazyyk7yc6ua2wudt52vbhjhozopppuycma6arlgr7zzfvqw5zg2a/
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
metadataFrozen() view returns (bool)
false
name() view returns (string)
Bahamas WTF
owner() view returns (address)
0x4d3e3dac45ad60f1c57c8db4aebcee81e2003d17
paused() view returns (bool)
false
presaleMintsAllowedPerAddress() view returns (uint256)
50
presaleMintsAllowedPerTransaction() view returns (uint256)
50
presalePrice() view returns (uint256)
0
publicMintsAllowedPerAddress() view returns (uint256)
5
publicMintsAllowedPerTransaction() view returns (uint256)
5
publicPrice() view returns (uint256)
0
royaltyAddress() view returns (address)
0x4d3e3dac45ad60f1c57c8db4aebcee81e2003d17
royaltyFee() view returns (uint96)
420
symbol() view returns (string)
BWTF
totalSupply() view returns (uint256)
1089
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payoutAddresses(uint256) view returns (address)
payoutBasisPoints(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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[])
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
freezeMetadata()
gift(address[] receivers, uint256[] mintNumber)
mint(uint256 numTokens) payable
pause()
presaleMint(bytes32 messageHash, bytes signature, uint256 numTokens, uint256 maximumAllowedMints) 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 _newBaseURI)
setPresaleMintsAllowedPerAddress(uint256 _mintsAllowed)
setPresaleMintsAllowedPerTransaction(uint256 _mintsAllowed)
setPresalePrice(uint256 _presalePrice)
setPresaleSignerAddress(address _presaleSignerAddress)
setPresaleState(bool _saleActiveState)
setPublicMintsAllowedPerAddress(uint256 _mintsAllowed)
setPublicMintsAllowedPerTransaction(uint256 _mintsAllowed)
setPublicPrice(uint256 _publicPrice)
setPublicSaleState(bool _saleActiveState)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
setUser(uint256 tokenId, address user, uint64 expires)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updatePayoutAddressesAndBasisPoints(address[] _payoutAddresses, uint256[] _payoutBasisPoints)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SetUserCallerNotOwnerNorApproved()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()