Scrubby Ape Artwork
Verified contract
Active on
Ethereum with 801 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($181.71)
Native
Value
$181.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.07 | $2,595.90 |
$181.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15171753 | 2 years ago | | | 0 | 0.00071659785 | |
| 14948352 | 2 years ago | | | 0 | 0.0025633122 | |
| 14723818 | 2 years ago | | | 0 | 0.0012119396 | |
| 14614258 | 3 years ago | | | 0 | 0.00047372280 | |
| 14609305 | 3 years ago | | | 0 | 0.0011534860 | |
| 14607215 | 3 years ago | | | 0 | 0.0050533884 | |
| 14544949 | 3 years ago | | | 0 | 0.0017772539 | |
| 14498397 | 3 years ago | | | 0 | 0.00095612828 | |
| 14391222 | 3 years ago | | | 0 | 0.00046776131 | |
| 14385254 | 3 years ago | | | 0 | 0.00064463024 |
ABI
ABI objects
Getter at block 21125997
baseURI() view returns (string)
http://ipfs.io/ipfs/bafybeifnci3rdfbj3oy65kgvmsfe57efrd4qusiirnzkic6vol7z2cafsq/
maxPerTx() view returns (uint8)
50
maxPerWallet() view returns (uint8)
50
maxSupply() view returns (uint16)
5000
name() view returns (string)
Scrubby Ape Artwork
publicMintStatus() view returns (bool)
true
reachedCapPrice() view returns (uint256)
5000000000000000
salePrice() view returns (uint256)
5000000000000000
symbol() view returns (string)
SAA
totalSupply() view returns (uint256)
3762
Read-only
_minted(address) view returns (uint8)
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 I_AM_A_GENIUS_SO_I_AM_BUYING_MORE(uint8 amount) payable
LOL_YOU_CAN_BUY_MORE_FOR_THE_SAME_PRICE() payable
approve(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPerTx(uint8 max)
setMaxPerWallet(uint8 max)
setMaxSupply(uint16 supply)
setPublicMintStatus()
setReachedCapPrice(uint256 price)
setSalePrice(uint256 price)
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)
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.