Scary Garys
Verified contract
Active on
Ethereum with 1,363 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($21.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00675 | $3,132.99 |
$21.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20725861 | 2 months ago | | | 0 | 0.00016756390 | |
| 20725297 | 2 months ago | | | 0 | 0.000090276503 | |
| 20606784 | 3 months ago | | | 0 | 0.000042835766 | |
| 20606431 | 3 months ago | | | 0 | 0.000044918671 | |
| 19850827 | 6 months ago | | | 0 | 0.00016187824 | |
| 19826490 | 6 months ago | | | 0 | 0.00024566976 | |
| 19756929 | 7 months ago | | | 0 | 0.00021357819 | |
| 19579664 | 7 months ago | | | 0 | 0.00094388395 | |
| 19216566 | 9 months ago | | | 0 | 0.0010367472 | |
| 19216565 | 9 months ago | | | 0 | 0.00093707545 |
ABI
ABI objects
Getter at block 21207022
active() view returns (bool)
true
artistPayoutAddress() view returns (address)
0xcbe0094f428fa11c6aea413344c855d36800b83a
autoPayout() view returns (bool)
false
completed() view returns (bool)
false
contractURI() view returns (string)
https://ipfs.imnotart.com/ipfs/QmTZ3PyPH3Nnby2R58uVpaDcm5ahSnqmo2h4QoMm39NybX
imnotArtBps() view returns (uint256)
0
imnotArtPayoutAddress() view returns (address)
0xb57381c7ed83bb9031a786d2c691cc6c7c2207a4
invocations() view returns (uint256)
750
maxInvocations() view returns (uint256)
750
maxPerWalletEnabled() view returns (bool)
true
maxPerWalletQuantity() view returns (uint256)
10
maxQuantityPerTransaction() view returns (uint256)
10
metadataBaseUri() view returns (string)
https://api.imnotart.com/0xd652Eeb3431f1113312E5c763CE1d0846Aa4d7BC/
mintPriceInWei() view returns (uint256)
50000000000000000
name() view returns (string)
Scary Garys
nextTokenId() view returns (uint256)
751
owner() view returns (address)
0xb57381c7ed83bb9031a786d2c691cc6c7c2207a4
paused() view returns (bool)
false
presaleActive() view returns (bool)
false
presaleMint() view returns (bool)
true
royaltyFeeBps() view returns (uint256)
750
symbol() view returns (string)
GARYS
totalSupply() view returns (uint256)
750
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaleAddress(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address addressToAdd)
addPresaleWallet(address presaleWallet)
approve(address to, uint256 tokenId)
bulkAddPresaleWallets(address[] presaleWallets)
enableMinting()
enablePublicSale()
mint(uint256 quantity) payable
removeAdmin(address addressToRemove)
removePresaleWallet(address presaleWallet)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleMintPause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArtistPayoutAddress(address _payoutAddress)
updateContractUri(string newContractUri)
updateImNotArtPayoutAddress(address _payoutAddress)
updateImnotartPayoutAddress(address _payoutAddress)
updateMaxInvocations(uint256 newMaxInvocations)
updateMaxQuantityPerTransaction(uint256 newMaxQuantityPerTransaction)
updateMetadataBaseUri(string _metadataBaseUri)
updateMintPriceInWei(uint256 newMintPriceInWei)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(uint256 indexed tokenId, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(uint256 amount, address payee)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
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.