Dominapes
Verified contract
Active on
Ethereum with 1,355 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($78.79)
Native
Value
$78.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $2,626.24 |
$78.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20613283 | 2 months ago | | | 0 | 0.00010484503 | |
| 18907962 | 10 months ago | | | 0 | 0.00069179207 | |
| 18907550 | 10 months ago | | | 0 | 0.00058378525 | |
| 18907199 | 10 months ago | | | 0 | 0.00067656159 | |
| 18845553 | 10 months ago | | | 0 | 0.0010059652 | |
| 18500944 | a year ago | | | 0 | 0.00074667956 | |
| 18500867 | a year ago | | | 0 | 0.00070095447 | |
| 17392054 | a year ago | | | 0 | 0.0013423906 | |
| 17226977 | a year ago | | | 0 | 0.0017788870 | |
| 17053664 | 2 years ago | | | 0 | 0.0012639699 |
ABI
ABI objects
Getter at block 21128258
baseTokenURI() view returns (string)
https://dominapes.s3.us-west-1.amazonaws.com/
getAvailableSlices() view returns (uint256)
4809
getSalePrice() view returns (uint256)
15000000000000000
giveawayCount() view returns (uint256)
50
name() view returns (string)
Dominapes
owner() view returns (address)
0x3ca2887dd8766a58281d5016d7fe12b4401a1c3b
premintingComplete() view returns (bool)
true
startMintDate() view returns (uint256)
1628636400
symbol() view returns (string)
DPE
totalSupply() view returns (uint256)
3191
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSliceAvailable(uint16 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allocateTokens(uint256[] tokenIds)
approve(address to, uint256 tokenId)
mintSlice() payable
mintSlices(uint256 amount) payable
ownerMintSlices(address[] addresses)
removeSlicesFromAvailableSlices(uint16 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setStartMintDate(uint256 _startMintDate)
setStartSaleDate(uint256 _startSaleDate)
setsalePrice(uint256 _salePrice)
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)
Mint(address indexed from, uint256 indexed tokenId)
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.