StickDix
Verified contract
Active on
Ethereum with 5,060 txns
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 "StickDix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129766 | a month ago | | | 0 | 0.00076366276 | |
| 20892270 | 2 months ago | | | 0 | 0.00025627154 | |
| 20865198 | 2 months ago | | | 0 | 0.00082605801 | |
| 20864664 | 2 months ago | | | 0 | 0.0010601905 | |
| 20864639 | 2 months ago | | | 0 | 0.0015571948 | |
| 20730420 | 3 months ago | | | 0 | 0.00013421486 | |
| 20223356 | 5 months ago | | | 0 | 0.00019366913 | |
| 20100193 | 6 months ago | | | 0 | 0.00016219588 | |
| 20032815 | 6 months ago | | | 0 | 0.0011751172 | |
| 19901604 | 6 months ago | | | 0 | 0.000080768815 |
ABI
ABI objects
Getter at block 21324544
MAX_MINT_PER_TX() view returns (uint256)
4
MAX_TOKENS() view returns (uint256)
6969
TOKEN_COST() view returns (uint256)
69690000000000000
baseUri() view returns (string)
https://api.stickdix.com/metadata/
isSaleActive() view returns (bool)
false
name() view returns (string)
StickDix
owner() view returns (address)
0x393fa3710488f107edbb6f37bb9e4600c1af1cec
symbol() view returns (string)
DIX
totalSupply() view returns (uint256)
5006
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintDix(uint256 _numTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.