inbetweeners
Verified contract
Active on
Ethereum with 32,042 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IBNS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158324 | 8 hours ago | | | 0 | 0.0010622562 | |
| 21157817 | 10 hours ago | | | 0 | 0.0014007950 | |
| 21156821 | 13 hours ago | | | 0 | 0.00058907691 | |
| 21146304 | 2 days ago | | | 0 | 0.00040838271 | |
| 21139405 | 3 days ago | | | 0 | 0.00090443969 | |
| 21133266 | 4 days ago | | | 0 | 0.0012145297 | |
| 21133217 | 4 days ago | | | 0 | 0.00068380637 | |
| 21113543 | 7 days ago | | | 0 | 0.00022157608 | |
| 21110939 | 7 days ago | | | 0 | 0.00015637762 | |
| 21086524 | 10 days ago | | | 0 | 0.00068340289 |
ABI
ABI objects
Getter at block 21160769 getBaseURI() view returns (string) getContractBalance() view returns (uint256)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
450000000000000000
getCurrentCost() view returns (uint256)
450000000000000000
maxMintAmount() view returns (uint256)
2
maxMintAmountPresale() view returns (uint256)
2
maxSupply() view returns (uint256)
10777
name() view returns (string)
inbetweeners
nftPerAddressLimit() view returns (uint256)
100
nftPerAddressLimitPresale() view returns (uint256)
100
notRevealedUri() view returns (string)
ipfs://QmXCcMqWrMLMcoBDUWHNB2xuc4s42zQTytB4yymsiwX2tr/hidden.json
owner() view returns (address)
0x71d7f96f57af61c45dd3acbbcb9aa62eae169c1f
paused() view returns (bool)
false
preSaleCost() view returns (uint256)
450000000000000000
preSaleDate() view returns (uint256)
1640970000
preSaleEndDate() view returns (uint256)
1640973600
preSaleMaxSupply() view returns (uint256)
10777
publicSaleDate() view returns (uint256)
1641315600
revealed() view returns (bool)
true
symbol() view returns (string)
IBNS
totalSupply() view returns (uint256)
10777
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256 _mintAmount, address destination)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxSupply(uint256 _maxSupply)
setNftPerAddressLimit(uint256 _limit)
setNftPerAddressLimitPreSale(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setPreSaleDate(uint256 _preSaleDate)
setPreSaleEndDate(uint256 _preSaleEndDate)
setPresaleCost(uint256 _newCost)
setPresaleMaxSupply(uint256 _newPresaleMaxSupply)
setPublicSaleDate(uint256 _publicSaleDate)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxMintAmountPreSale(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] addresses)
withdraw() payable
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)
constructor(string _name, string _symbol, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.