Galactic Pony League
Verified contract
Active on
Ethereum with 3,212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GPL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20593776 | 3 months ago | | | 0 | 0.00011836142 | |
| 20389692 | 4 months ago | | | 0 | 0.00016631431 | |
| 20030935 | 5 months ago | | | 0 | 0.00044883470 | |
| 19715675 | 7 months ago | | | 0 | 0.00032207325 | |
| 19709293 | 7 months ago | | | 0 | 0.00019596464 | |
| 19709293 | 7 months ago | | | 0 | 0.00034421134 | |
| 19671994 | 7 months ago | | | 0 | 0.00017051180 | |
| 19671992 | 7 months ago | | | 0 | 0.00016432759 | |
| 19415833 | 8 months ago | | | 0 | 0.0024541827 | |
| 19163053 | 9 months ago | | | 0 | 0.0014696304 |
ABI
ABI objects
Getter at block 21203464
apeVoucherToken() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
baseURI() view returns (string)
https://api.galacticponyleague.com/api/tokens/
buyLimitPerTransaction() view returns (uint256)
20
currentPrice() view returns (uint256)
78000000000000000
dogVoucherToken() view returns (address)
0xba30e5f9bb24caa003e9f2f0497ad287fdf95623
freePoniesLeft() view returns (uint256)
0
increasePricePerRound() view returns (uint256)
2000000000000000
initialPonyPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Galactic Pony League
numberOfPoniesPerRound() view returns (uint256)
500
owner() view returns (address)
0x92d310f7967260ec4a9bcbb8346e429df96db604
provenance() view returns (string)
265aace0ad1e69690c6dc5c39000eb22a09006a0b14d0d4f7a9b3d04b8487d26
salesEnabled() view returns (bool)
true
startingIndex() view returns (uint256)
5435
startingIndexIsSet() view returns (bool)
true
supplyLimit() view returns (uint256)
10000
symbol() view returns (string)
GPL
totalSupply() view returns (uint256)
9509
useVoucherDeadline() view returns (uint256)
1633348800000
Read-only
apeVoucherUsed(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
dogVoucherUsed(uint256) view returns (bool)
getAllPoniesBelongToUser(address user) view returns (uint256[] ponies)
getApproved(uint256 tokenId) view returns (address)
getUnusedApeVouchers(address user) view returns (uint256[] filteredVouchers)
getUnusedDogVouchers(address user) view returns (uint256[] filteredVouchers)
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)
totalPriceToBuyPonies(uint256 numberOfPonies) view returns (uint256 totalPrice)
State-modifying
Events approve(address to, uint256 tokenId)
claimFreePonies() returns (uint256)
fixSupplyLimit()
mintPonies(uint256 numberOfPonies) 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)
setFreePoniesLeft(uint256 newFreePoniesLeft)
setProvenanceHash(string hash)
setStartingIndex()
setUseVoucherDeadline(uint256 newUseVoucherDeadline)
toggleSalesEnabled()
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(string name, string symbol, string initialBaseURI, address apeToken, address dogToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.