Sticky DAO
Verified contract
Active on
Ethereum with 882 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 "Sticky DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20853787 | 2 months ago | | | 0 | 0.00023163596 | |
| 20650984 | 3 months ago | | | 0 | 0.000019765600 | |
| 20135437 | 5 months ago | | | 0 | 0.00033044718 | |
| 19808293 | 7 months ago | | | 0 | 0.00026696464 | |
| 19794605 | 7 months ago | | | 0 | 0.00012409176 | |
| 19751146 | 7 months ago | | | 0 | 0.00031021081 | |
| 19300207 | 9 months ago | | | 0 | 0.00060062550 | |
| 19234828 | 10 months ago | | | 0 | 0.0018635846 | |
| 19234794 | 10 months ago | | | 0 | 0.0019297087 | |
| 19234780 | 10 months ago | | | 0 | 0.0019524466 |
ABI
ABI objects
Getter at block 21311782 accountBalance() view returns (uint256) reservedMintsLeft() view returns (uint256)
mintCost() view returns (uint256)
89000000000000000
name() view returns (string)
Sticky DAO
owner() view returns (address)
0x8e98ff4e65bad9099d3e7f952712bce225051165
presaleLaunchTime() view returns (uint256)
1650020452
publicSaleLaunchTime() view returns (uint256)
1650193213
revealTime() view returns (uint256)
1650546240
saleState() view returns (uint8)
2
symbol() view returns (string)
SDAO
totalSupply() view returns (uint256)
726
unrevealedURI() view returns (string)
ipfs://QmewxUZYZJCU3nG77U9ucD1Ph4BUCfhoBRxmyor4Rs8Y2i/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidAccessMessage(address _add, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
mintsPerAddress(address) 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)
changeBaseURI(string baseURI_)
changeDummy(address _dummy)
changeUnrevealedURI(string unrevealedURI_)
presaleMint(uint256 number, uint256 maxMint, uint8 _v, bytes32 _r, bytes32 _s) payable
publicSaleMint(uint256 number) payable
renounceOwnership()
reservedMints(uint256 number, address recipient)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
switchToPresale()
switchToPublicSale()
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()
fallback()
receive()
This contract contains no error objects.