Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Blips"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21381356 | 17 hours ago | | | 0 | 0.0014707915 | |
| 21378488 | a day ago | | | 0 | 0.0012070796 | |
| 21377564 | a day ago | | | 0 | 0.00050756200 | |
| 21377559 | a day ago | | | 0 | 0.00050394976 | |
| 21326692 | 8 days ago | | | 0 | 0.00077170345 | |
| 21324934 | 9 days ago | | | 0 | 0.0012028106 | |
| 21324113 | 9 days ago | | | 0 | 0.0013610819 | |
| 21312690 | 10 days ago | | | 0 | 0.00057164778 | |
| 21312625 | 10 days ago | | | 0 | 0.00030167944 | |
| 21309966 | 11 days ago | | | 0 | 0.0012039106 |
ABI
ABI objects
Getter at block 21386507
EXCLUSIVE_MINT_DURATION() view returns (uint256)
86400
MAX_MINT_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
1888
MAX_TX_MINT() view returns (uint256)
5
MINT_START_TIMESTAMP() view returns (uint256)
1693285200
PRICE_PER_TOKEN_PRE_SALE() view returns (uint256)
6900000000000000
PRICE_PER_TOKEN_PUBLIC_SALE() view returns (uint256)
69000000000000000
checkBalanceToken() view returns (address)
0x07e0edf8ce600fb51d44f51e3348d77d67f298ae
name() view returns (string)
Blips
owner() view returns (address)
0xe9ef47a66d693bbd335091dfae30ec7f8015e3a7
symbol() view returns (string)
Blips
totalSupply() view returns (uint256)
1888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowedToMintOnWL(address addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nftOwners(uint256) view returns (address)
nftsByOwner(address, uint256) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
ibuyautisticJPEGS(uint8 numberOfTokens) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrices(uint256 pPublic, uint256 pPresale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdraw_token(address _addy)
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(address _checkBalanceToken, address _withdrawAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.