Stoner Ape Club
Verified contract
Active on
Ethereum with 46,069 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241752 | a day ago | | | 0 | 0.00022097648 | |
| 21210410 | 5 days ago | | | 0 | 0.00059120299 | |
| 21193206 | 8 days ago | | | 0 | 0.00073551378 | |
| 21190535 | 8 days ago | | | 0 | 0.00039612231 | |
| 21188225 | 8 days ago | | | 0 | 0.0026051662 | |
| 21179289 | 10 days ago | | | 0 | 0.0083564928 | |
| 21179284 | 10 days ago | | | 0 | 0.0075038991 | |
| 21179280 | 10 days ago | | | 0 | 0.0068991496 | |
| 21179277 | 10 days ago | | | 0 | 0.0076348328 | |
| 21145794 | 14 days ago | | | 0 | 0.00052218637 |
ABI
ABI objects
Getter at block 21248214
MAX_SAC() view returns (uint256)
6666
SACPrice_public() view returns (uint256)
80000000000000000
SACPrice_whitelist() view returns (uint256)
80000000000000000
SACReserve() view returns (uint256)
0
SACWhitelistReserve() view returns (uint256)
3900
baseTokenURI() view returns (string)
ipfs://QmeLZt8zMuvuw33ZW7KKdmFzqXMsKnjoBud82VwMXts9Hj/
maxSACPurchase() view returns (uint256)
10
maxSACPurchaseVip() view returns (uint256)
3
maxSACPurchaseWl() view returns (uint256)
2
maxSACTx() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0xd2a6f20cb347cc29b4387ca8e0c10c9867c8006265a789d2edad144260cbb652
merkleRootVIP() view returns (bytes32)
0x504abee9082d4b8375be5cd4580fd6fc1c04f32cee79e86933b156e6dd3eb3bd
name() view returns (string)
Stoner Ape Club
owner() view returns (address)
0x45d29a1087f810390b40611b673e94948da47d8c
publicSaleIsActive() view returns (bool)
false
symbol() view returns (string)
SAC
totalSupply() view returns (uint256)
6666
whitelistSaleIsActive() view returns (bool)
false
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)
rawOwnerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleState()
flipWPSaleState()
mintSAC(uint256 numberOfTokens) payable
reserveSAC(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxSACPurchase(uint256 newMaxSACPurchase)
setMaxSACPurchaseVip(uint256 newMaxSACPurchaseVip)
setMaxSACPurchaseWl(uint256 newMaxSACPurchaseWl)
setMaxSACTx(uint256 newMaxSACTx)
setPrice(uint256 newPrice)
setPriceWL(uint256 newPriceWL)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 newmerkleRoot)
updateMerkleRootVIP(bytes32 newmerkleRoot)
whitelistedMints(uint256 numberOfTokens, bytes32[] merkleProof) payable
whitelistedVIPMints(uint256 numberOfTokens, bytes32[] merkleProof) payable
withdraw()
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.