BlockClock
Verified contract
Active on
Ethereum with 399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
6 additional
variables
Balances ($1,483.37)
Native
Value
$1,483.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.404 | $3,671.71 |
$1,483.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19607786 | 8 months ago | | | 0 | 0.00045213779 | |
| 19607630 | 8 months ago | | | 0 | 0.00049110094 | |
| 19607620 | 8 months ago | | | 0.07 | 0.0015107554 | |
| 18844181 | a year ago | | | 0 | 0.0012548992 | |
| 18801171 | a year ago | | | 0 | 0.0038599766 | |
| 18791944 | a year ago | | | 0 | 0.0025500225 | |
| 18791939 | a year ago | | | 0.07 | 0.0069887302 | |
| 17957297 | a year ago | | | 0 | 0.0016416133 | |
| 17957289 | a year ago | | | 0 | 0.0022529269 | |
| 17957285 | a year ago | | | 0 | 0.0020632684 |
ABI
ABI objects
Getter at block 21326912
allowancesSigner() view returns (address)
0xc102f76973f4890cab1b5d1ed26f3623381983af
beneficiary() view returns (address)
0x495fb4483d1782e92df66685920b857d52db93e3
dutchAuctionConfig() view returns (uint256 startPoint, uint256 startPrice, uint256 decreaseInterval, uint256 decreaseSize, uint248 numDecreases, uint8 unit)
(startPoint=1640106000, startPrice=2470000000000000000, decreaseInterval=120, decreaseSize=25000000000000000, numDecreases=96, unit=2)
name() view returns (string)
BlockClock
owner() view returns (address)
0xc102f76973f4890cab1b5d1ed26f3623381983af
paused() view returns (bool)
false
renderer() view returns (address)
0x33f03d73dcdfde34ef83ce8f3fa428ebed646092
sellerConfig() view returns (uint256 totalInventory, uint256 maxPerAddress, uint256 maxPerTx, uint248 freeQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory)
(totalInventory=455, maxPerAddress=0, maxPerTx=1, freeQuota=0, reserveFreeQuota=false, lockFreeQuota=true, lockTotalInventory=true)
symbol() view returns (string)
CLOCK
totalReleased() view returns (uint256)
8201000000000000000
totalShares() view returns (uint256)
100
totalSold() view returns (uint256)
121
totalSupply() view returns (uint256)
247
Read-only
balanceOf(address owner) view returns (uint256)
clockConfig(uint256) view returns (int8 hourOffset, uint24 onHex)
cost(uint256 n) view returns (uint256)
createMessage(address account, uint256 nonce) view returns (bytes32)
createMessages(address[] accounts, uint256[] nonces) view returns (bytes32[] messages)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
svgRaw(uint256 tokenId, uint256 timestamp) view returns (bytes)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedAllowances(bytes32) view returns (bool)
validateSignature(address account, uint256 nonce, bytes signature) view returns (bytes32)
State-modifying
Events approve(address to, uint256 tokenId)
claimGift(int8 offset, uint24 onHex, uint256 nonce, bytes signature)
pause()
publicMint() payable
purchaseFreeOfCharge(address to, uint256 n)
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimationBaseUrl(string newBaseUrl)
setApprovalForAll(address operator, bool approved)
setAuctionConfig(struct LinearDutchAuctionDutchAuctionConfig config, uint256 expectedReserve)
setAuctionStartPoint(uint256 startPoint)
setBeneficiary(address _beneficiary)
setRenderer(address rendererAddress)
setSellerConfig(struct SellerSellerConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateConfig(uint256 tokenId, int8 offset, uint24 onHex)
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Refund(address indexed buyer, uint256 amount)
Revenue(address indexed beneficiary, uint256 numPurchased, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address[] _payees, uint256[] _shares)
receive()
This contract contains no error objects.