SharedSteak
Verified contract
Active on
Ethereum with 304 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 "SharedSteak"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884025 | 2 months ago | | | 0 | 0.00095479865 | |
| 20110277 | 6 months ago | | | 0 | 0.00015669627 | |
| 19798606 | 7 months ago | | | 0 | 0.00022758545 | |
| 19738032 | 7 months ago | | | 0 | 0.00034540651 | |
| 19001637 | a year ago | | | 0 | 0.00074519338 | |
| 18987894 | a year ago | | | 0 | 0.00073140290 | |
| 18905381 | a year ago | | | 0.04 | 0.0022814341 | |
| 18895793 | a year ago | | | 0 | 0.00035224362 | |
| 18633802 | a year ago | | | 0 | 0.0024504218 | |
| 18053444 | a year ago | | | 0 | 0.00042051976 |
ABI
ABI objects
Getter at block 21333204
MAX_PER_MINT() view returns (uint256)
40
MAX_SUPPLY() view returns (uint256)
400
PRICE() view returns (uint256)
40000000000000000
can_mint() view returns (bool)
true
getBaseURI() view returns (string)
ipfs://bafybeia7cmtnb2jjtz72hinjl3iggwhhk7wfkhk2bcq5z7xjiivydpcece/
name() view returns (string)
SharedSteak
owner() view returns (address)
0x713f723ad1d3eea7174f0733b50265a41a40aa29
symbol() view returns (string)
STEAK
totalSupply() view returns (uint256)
326
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)
mint(uint256 num) 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)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateParams(uint256[] numericParams)
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(string _name, string _symbol, uint256 _price, uint256 _maxSupply, uint256 _maxPerMint, address artist)
fallback()
receive()
This contract contains no error objects.