Spoiled Young Ape Club
Verified contract
Active on
Ethereum with 5,293 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 "Spoiled Young Ape Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276883 | 3 days ago | | | 0 | 0.00019589120 | |
| 21276878 | 3 days ago | | | 0 | 0.00016660050 | |
| 20305658 | 5 months ago | | | 0 | 0.00030214125 | |
| 20305655 | 5 months ago | | | 0 | 0.00018837409 | |
| 20264187 | 5 months ago | | | 0 | 0.00016697895 | |
| 20197238 | 5 months ago | | | 0 | 0.000081557660 | |
| 19989415 | 6 months ago | | | 0 | 0.00037166516 | |
| 19953352 | 6 months ago | | | 0 | 0.00018386638 | |
| 19850399 | 7 months ago | | | 0 | 0.00015655954 | |
| 19706821 | 7 months ago | | | 0 | 0.00035062535 |
ABI
ABI objects
Getter at block 21299450
LEGENDARY_SUPPLY() view returns (uint256)
200
MAX_MINT_PER_TX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5555
MINT_PRICE() view returns (uint256)
50000000000000000
commonURI() view returns (string)
lock() view returns (bool)
false
name() view returns (string)
Spoiled Young Ape Club
owner() view returns (address)
0xa7896dd9bafef5e73ee605c39fa96eab715abf72
paused() view returns (bool)
false
preSaleStarted() view returns (bool)
false
prefixURI() view returns (string)
ipfs://QmUsyhxJrU7rUibyLR42q5WowuxENw8Xk1WBg9Ajx6henR/
saleStarted() view returns (bool)
false
symbol() view returns (string)
SYAC
totalLegendaryMinted() view returns (uint256)
200
totalSupply() view returns (uint256)
3981
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenId(uint256 _value) pure returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256) view returns (string)
totalPublicMinted(address) view returns (uint256)
totalWhiteListMinted(address) view returns (uint256)
State-modifying
Events addWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
lockBaseURI()
mint(uint256 _count) payable
mintLegendary(uint256 _count, address _account)
mintOwner()
mintWhitelist(uint256 _count) payable
pause()
removeWhitelist(address[] _addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommonURI(string _uri)
setLegendary(address[] _legandaryAddress)
setPreSaleStarted(bool _hasStarted)
setPrefixURI(string _uri)
setSaleStarted(bool _hasStarted)
setTokenURI(string _uri, uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(address _to)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.