GarageGenesisPlus
Verified contract
Active on
Ethereum with 2,559 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 "GarageGenesisPlus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134402 | 12 days ago | | | 0 | 0.00045210164 | |
| 21083182 | 19 days ago | | | 0 | 0.00036664465 | |
| 20728716 | 2 months ago | | | 0 | 0.00019494741 | |
| 20522534 | 3 months ago | | | 0 | 0.00013404507 | |
| 20518205 | 3 months ago | | | 0 | 0.000075760058 | |
| 20288910 | 4 months ago | | | 0 | 0.000096495671 | |
| 20061491 | 5 months ago | | | 0 | 0.00031302245 | |
| 20030883 | 5 months ago | | | 0 | 0.00052571074 | |
| 19557787 | 8 months ago | | | 0 | 0.00078990113 | |
| 19470395 | 8 months ago | | | 0 | 0.0017448161 |
ABI
ABI objects
Getter at block 21222892
baseURI() view returns (string)
https://garage.mypinata.cloud/ipfs/QmZtug2dqZxKCEkNUJzztSbEMw3FDEm9vDnT5YZzF7nwaN/
maxSupply() view returns (uint256)
1193
mintPrice() view returns (uint256)
100000000000000000000
name() view returns (string)
GarageGenesisPlus
owner() view returns (address)
0x28f1c63f2efa738c97e3a134cec7be0187ac05d1
publicLimit() view returns (uint256)
0
supplyCap() view returns (uint256)
2500
symbol() view returns (string)
GARAGE
totalSupply() view returns (uint256)
1193
version1() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownershipStart(uint256 tokenId) view returns (uint64)
privateLimit(address owner) view returns (uint64)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 num) payable
mintTo(address recipient, 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 newBaseURI)
setMaxSupply(uint256 newSupply)
setMintPrice(uint256 newPrice)
setPrivateLimit(address[] addresses, uint256[] num)
setPublicLimit(uint256 newLimit)
setSupplyCap(uint256 newCap)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTo(address recipient)
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(uint256 cap, uint256 supply, uint256 price)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()