Lazy Horse Race Club
Verified contract
Active on
Ethereum with 3,541 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 "Lazy Horse Race Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19957124 | 5 months ago | | | 0 | 0.00016652778 | |
| 19953130 | 5 months ago | | | 0 | 0.00016666141 | |
| 19562004 | 7 months ago | | | 0 | 0.0015621101 | |
| 19350172 | 8 months ago | | | 0 | 0.0023203793 | |
| 18592368 | a year ago | | | 0 | 0.0010315110 | |
| 18592364 | a year ago | | | 0 | 0.00095604124 | |
| 18559208 | a year ago | | | 0 | 0.0014165148 | |
| 17934449 | a year ago | | | 0 | 0.0013652831 | |
| 17784440 | a year ago | | | 0 | 0.0014428542 | |
| 17784418 | a year ago | | | 0 | 0.0017376106 |
ABI
ABI objects
Getter at block 21158136
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://hopswap.mypinata.cloud/ipfs/QmSBXuRZFirns24XZSb39YX57mHubM2YthVMEyFXo6DyWQ/
cost() view returns (uint256)
50000000000000000
limitPerAddress() view returns (uint16)
100
name() view returns (string)
Lazy Horse Race Club
norevealedURI() view returns (string)
https://hopswap.mypinata.cloud/ipfs/QmSBXuRZFirns24XZSb39YX57mHubM2YthVMEyFXo6DyWQ/
owner() view returns (address)
0xf7cfeec6d50b41e310f2f5432c94c0f8ca7b4bd1
presaleCost() view returns (uint256)
30000000000000000
presaleOpen() view returns (bool)
false
pubsaleOpen() view returns (bool)
true
pubsaleSupply() view returns (uint16)
10000
revealed() view returns (bool)
true
symbol() view returns (string)
Lazy Horse
totalSupply() view returns (uint256)
10000
Read-only
addressMints(address) view returns (uint256)
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)
ownership(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
endPresale()
endPubsale()
mint(uint256 amount) payable
premint(uint256 amount, address to)
recoverToken(address token, address to)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _ext)
setBaseURI(string _baseURI)
setCost(uint256 _cost)
setLimitPerAddress(uint8 _limit)
setPubsaleSupply(uint16 _amount)
setUnrevealedURI(string _uri)
startPresale()
startPubsale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
withdraw(address to)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
TransferToNonERC721ReceiverImplementer()