dotdotdot
Verified contract
Active on
Ethereum with 10,368 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($80,203.62)
Native
Value
$80,203.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 25.5 | $3,145.24 |
$80,203.62 | |
dotdotdot | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21100315 | 9 days ago | | | 0 | 0.00032273500 | |
| 21092218 | 10 days ago | | | 0 | 0.00036092646 | |
| 21074210 | 12 days ago | | | 0 | 0.00043573505 | |
| 21042958 | 17 days ago | | | 0 | 0.00031845347 | |
| 21042657 | 17 days ago | | | 0 | 0.00014874836 | |
| 21040437 | 17 days ago | | | 0 | 0.00048967544 | |
| 21038780 | 17 days ago | | | 0 | 0.00020747250 | |
| 21035750 | 18 days ago | | | 0 | 0.00052702544 | |
| 21010448 | 21 days ago | | | 0 | 0.00034071147 | |
| 21003758 | 22 days ago | | | 0 | 0.00036595235 |
ABI
ABI objects
Getter at block 21162698
MAX_NFT_PURCHASE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
4870
NFT_PRICE() view returns (uint256)
50000000000000000
name() view returns (string)
dotdotdot
owner() view returns (address)
0x74b01c2371988f6bc173e7386f3e012790e57f8a
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
13134516
symbol() view returns (string)
dotdotdot
totalSupply() view returns (uint256)
4870
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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.