idotdotdot
Verified contract
Active on
Ethereum with 1,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
idotdotdot | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20606170 | 3 months ago | | | 0 | 0.000037004068 | |
| 18871907 | a year ago | | | 0 | 0.00090599702 | |
| 18799250 | a year ago | | | 0 | 0.0014745350 | |
| 18333844 | a year ago | | | 0 | 0.00025578247 | |
| 17029310 | 2 years ago | | | 0 | 0.00048893846 | |
| 16379538 | 2 years ago | | | 0 | 0.0014129303 | |
| 16309535 | 2 years ago | | | 0 | 0.00040638402 | |
| 16309410 | 2 years ago | | | 0 | 0.00067743550 | |
| 16302551 | 2 years ago | | | 0 | 0.0010060832 | |
| 16293915 | 2 years ago | | | 0 | 0.00042490580 |
ABI
ABI objects
Getter at block 21275120
MAX_NFT_PURCHASE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
4360
NFT_PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
idotdotdot
owner() view returns (address)
0xbf1d6dd945523ebf014e68ce75e720e66339eb55
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13169605
symbol() view returns (string)
idotdotdot
totalSupply() view returns (uint256)
2187
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) 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)
State-modifying
Events approve(address to, uint256 tokenId)
calcStartingIndex()
emergencySetStartingIndexBlock()
flipSaleState()
mint(uint256 numberOfTokensMax5) payable
renounceOwnership()
reserveTokens(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxTokenSupply(uint256 maxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.