Eastside Club
Verified contract
Active on
Ethereum with 5,199 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 "Eastside Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145634 | 5 months ago | | | 0 | 0.000049014300 | |
| 18197965 | a year ago | | | 0 | 0.00017450852 | |
| 18012758 | a year ago | | | 0 | 0.0011027234 | |
| 17660710 | a year ago | | | 0 | 0.00073211562 | |
| 16597942 | 2 years ago | | | 0 | 0.0011370206 | |
| 16186781 | 2 years ago | | | 0 | 0.00066938634 | |
| 16162736 | 2 years ago | | | 0 | 0.00036415845 | |
| 16111901 | 2 years ago | | | 0 | 0.00053180292 | |
| 16111672 | 2 years ago | | | 0 | 0.00062360218 | |
| 16086515 | 2 years ago | | | 0 | 0.00050698379 |
ABI
ABI objects
Getter at block 21158647
COST() view returns (uint256)
4400000000000000
MAX_BUY_PER_TX() view returns (uint256)
10
MAX_FREE_PER_TX() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
4444
contractURI() view returns (string)
ipfs://QmVA8rYxSMc5UsnxAFrKUf6wAnD3LWXx13B88hnm3kr6gq
name() view returns (string)
Eastside Club
saleIsActive() view returns (bool)
true
symbol() view returns (string)
ESC
totalSupply() view returns (uint256)
4444
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)
freeMint()
mint(uint256 _amount) payable
ownerMint(address _to, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _new_contractURI)
setSale(bool _saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()