Skelly Ape Golf Club
Verified contract
Active on
Ethereum with 846 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 "Skelly Ape Golf Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20603370 | 3 months ago | | | 0 | 0.000018021032 | |
| 20603366 | 3 months ago | | | 0 | 0.000018379828 | |
| 20544107 | 3 months ago | | | 0 | 0.000036444415 | |
| 19539786 | 8 months ago | | | 0 | 0.0010037453 | |
| 18577978 | a year ago | | | 0 | 0.0031968009 | |
| 18551837 | a year ago | | | 0 | 0.0012258295 | |
| 17616586 | a year ago | | | 0 | 0.00097278743 | |
| 17491760 | a year ago | | | 0 | 0.00034678276 | |
| 17422556 | a year ago | | | 0 | 0.0028353716 | |
| 17223118 | 2 years ago | | | 0 | 0.0088357636 |
ABI
ABI objects
Getter at block 21226574
MAX_SUPPLY() view returns (uint256)
4444
NFT_PRICE() view returns (uint256)
1420000000000000000000
fore() view returns (address)
0xd988a4991fc5c673e45bea1cffe36ca4ca845ae7
foreContractAddress() view returns (address)
0xd988a4991fc5c673e45bea1cffe36ca4ca845ae7
name() view returns (string)
Skelly Ape Golf Club
owner() view returns (address)
0x3aa4519af9c26e0e259348cd78b3f09d56fd1b70
symbol() view returns (string)
SAGC V2
tokenVault() view returns (address)
0x3aa4519af9c26e0e259348cd78b3f09d56fd1b70
totalSupply() view returns (uint256)
2582
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)
giveAway(address _to, uint256 _reserveAmount)
mint(uint256 numberOfTokens)
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_)
setForeContractAddress(address _addr)
setPrice(uint256 _price)
setTokenVault(address _tokenVault)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address _foreContractAddress, address _tokenVault, string _BaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.