SHAKESHAKE
Verified contract
Active on
Ethereum with 3,320 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 "SHAKESHAKE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109312 | 14 days ago | | | 0 | 0.00011376260 | |
| 18932979 | 10 months ago | | | 0 | 0.00044002887 | |
| 18909429 | a year ago | | | 0 | 0.00047215121 | |
| 18803575 | a year ago | | | 0 | 0.00072081243 | |
| 18456390 | a year ago | | | 0 | 0.00047314001 | |
| 17014616 | 2 years ago | | | 0 | 0.00095244853 | |
| 17014615 | 2 years ago | | | 0 | 0.00092137092 | |
| 16667833 | 2 years ago | | | 0 | 0.0010953528 | |
| 16653759 | 2 years ago | | | 0 | 0.0014491592 | |
| 16378305 | 2 years ago | | | 0 | 0.00098963234 |
ABI
ABI objects
Getter at block 21212725
baseURI() view returns (string)
ipfs://QmNrecBqVPMo5HY4jkxFv6VQroeoh3g7NmLZEDWtUHZSPY/
maxPerFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
4000
name() view returns (string)
SHAKESHAKE
owner() view returns (address)
0xf0a92b5718e7d35c8da72285dd2d831236e76b61
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
SK
totalFree() view returns (uint256)
4000
totalSupply() view returns (uint256)
4000
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 Airdrop(address mintAddress, uint256 count)
approve(address to, uint256 tokenId)
mint(uint256 count) payable
refund()
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_)
setPrice(uint256 price_)
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.