Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd68f…263a
Balances ($58,774.50)
Native
Value
$58,774.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 17.374624 | $3,382.76 |
$58,774.18 | |
GRG | ERC-20 | 0.1 | $1.086 |
$0.11 | |
WGC | ERC-20 | 200 | $0.000534 |
$0.11 | |
ETHO | ERC-20 | 10 | $0.010521 |
$0.11 | |
USA | ERC-20 | 1 | $0.000815 |
$0 | |
MAG | ERC-20 | 1.314852 | $0.000077 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000808 |
$0 | |
BROGE | ERC-20 | 10K | -- | -- | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
BK | ERC-20 | 9.975K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22735417 | 9 minutes ago | | | 0 | 8.8842000e-7 | |
| 22735191 | 16 minutes ago | | | 0 | 0.0000057670814 | |
| 22735005 | 22 minutes ago | | | 0 | 0.000000509019880096 | |
| 22734317 | an hour ago | | | 0 | 0.0000067283816 | |
| 22733862 | an hour ago | | | 0 | 0.0000055653410 | |
| 22733830 | an hour ago | | | 0 | 0.0000059095953 | |
| 22733444 | an hour ago | | | 0 | 6.6054735e-7 | |
| 22733316 | an hour ago | | | 0 | 0.0000090806829 | |
| 22733087 | an hour ago | | | 0 | 6.4254154e-7 | |
| 22732606 | 2 hours ago | | | 0.0052 | 1.9397907e-7 |
ABI
ABI objects
Getter at block 22735675
brushes() view returns (address)
0xd68fe5b53e7e1abeb5a4d0a6660667791f39263a
epochDuration() view returns (uint256)
86400
openEditionPrice() view returns (uint256)
2600000000000000
owner() view returns (address)
0x3a6501b70af266f59410f1f8066e263b2e1783ab
ownerEarned() view returns (uint256)
2316860000000000000
ownerFeePartsPerMillion() view returns (uint256)
100000
startedAt() view returns (uint256)
1691599315
today() view returns (uint256)
471
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
brushUsed(uint256 day, uint256 tokenId) view returns (uint256)
canvases(uint256) view returns (uint256 totalContributions, uint256 totalRaised)
contribution(uint256 day, address author) 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 authorWithdraw(uint256[] indexes)
mint(uint256 day, uint256 count) payable
paint(uint256 day, uint256 tokenId, bytes pixels)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setOpenEditionPrice(uint256 newPrice)
setOwnerFee(uint256 newFee)
setURI(string newuri)
start()
transferOwnership(address newOwner)
withdraw(address to)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ArtistWithdraw(uint256 indexed day, address author, uint256 amount)
ArtistsEarned(uint256 indexed day, uint256 amount)
OpenEditionPriceUpdated(uint256 price)
OwnerFeeUpdated(uint256 fee)
OwnerWithdrew(uint256 amount, address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Painted(uint256 indexed day, uint256 tokenId, address author, bytes pixels)
Started(uint256 timestamp)
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(address _brushes, uint256 _epochDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.