SKETCH
Verified contract
Active on
Ethereum with 13,330 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BELLA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221770 | 5 days ago | | | 0 | 0.00050685063 | |
| 20906687 | 2 months ago | | | 0 | 0.00022077057 | |
| 20436883 | 4 months ago | | | 0 | 0.00012428500 | |
| 19854956 | 6 months ago | | | 0 | 0.00010710295 | |
| 19392368 | 9 months ago | | | 0 | 0.0017289527 | |
| 19301907 | 9 months ago | | | 0 | 0.0010808415 | |
| 19207464 | 9 months ago | | | 0 | 0.0012641756 | |
| 19139629 | 10 months ago | | | 0 | 0.00050155638 | |
| 18984430 | 10 months ago | | | 0 | 0.0030902758 | |
| 18525239 | a year ago | | | 0 | 0.00083765170 |
ABI
ABI objects
Getter at block 21258786
ARTIST_ADDRESS() view returns (address)
0xad4dca5a70b4b2467301879b83484dfb550698c6
ARTIST_FEE() view returns (uint256)
25
CHARITY_ADDRESS() view returns (address)
0x336353b2bfefeb6d4241bc3e2009ec4d18cbdd74
CHARITY_FEE() view returns (uint256)
5
CLAIMED_SKETCHES() view returns (uint256)
9999
COMMUNITY_MANAGER_ADDRESS() view returns (address)
0xc1b17d7cb355fe015e29c3575b12df722d764959
COMMUNITY_MANAGER_FEE() view returns (uint256)
24
CONTRACT_DEVELOPER_ADDRESS() view returns (address)
0x16efe37c0c557d4b1d8eb76d11e13616d2b52eaf
CONTRACT_DEVELOPER_FEE() view returns (uint256)
3
MAX_FLUFFY_SKETCHES() view returns (uint256)
9999
POOL_ADDRESS() view returns (address)
0x084c29a614e0f40a01dd028e1ee2fb5046585316
POOL_FEE() view returns (uint256)
12
PRICE_PER_TOKEN() view returns (uint256)
77000000000000000
SHAREHOLDER_ADDRESS() view returns (address)
0x9e650ef13d0893a8729b3685285fbc918b4850c6
SHAREHOLDER_FEE() view returns (uint256)
24
WEB_DEVELOPER_ADDRESS() view returns (address)
0x09d5b72677f42caa0caa68519cdfc679cc6c24c0
WEB_DEVELOPER_FEE() view returns (uint256)
7
getPrice() view returns (uint256)
77000000000000000
hasPreSaleStarted() view returns (bool)
false
hasPublicSaleStarted() view returns (bool)
true
owner() view returns (address)
0x4a124b724f407e5850c6847e4f9898cbad172882
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
ownerMint(uint256 numberOfTokens) payable
pausePreSale()
pausePublicSale()
preSaleMint(uint256 numberOfTokens) payable
publicSaleMint(uint256 numberOfTokens) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _newPrice)
setURI(string newuri)
startPreSale()
startPublicSale()
transferOwnership(address newOwner)
withdrawAll() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.