Base Clock-In
Verified contract
Active on
Base with 971 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($60.06)
Native
Value
$60.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0181 | $3,318.38 |
$60.06 | |
| ERC-20 | 2.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22867046 | 2 days ago | | | 0.0001 | 0.0000017621738 | |
| 22866367 | 2 days ago | | | 0.0001 | 0.0000018815675 | |
| 22865960 | 2 days ago | | | 0.0001 | 0.0000018904291 | |
| 22865746 | 2 days ago | | | 0.0001 | 0.0000018735698 | |
| 22864608 | 2 days ago | | | 0.0001 | 9.1352393e-7 | |
| 22863554 | 2 days ago | | | 0.0001 | 4.5804114e-7 | |
| 22857790 | 2 days ago | | | 0.0001 | 4.1487262e-7 | |
| 22852817 | 2 days ago | | | 0.0001 | 0.0000017847917 | |
| 22824058 | 3 days ago | | | 0.0001 | 2.5644661e-7 | |
| 22822760 | 3 days ago | | | 0.0001 | 2.2964418e-7 |
ABI
ABI objects
Getter at block 22933338
baseURI() view returns (string)
https://api-launchpad.omnihub.xyz/api/metadata/base/
fee() view returns (uint256)
100000000000000
name() view returns (string)
Base Clock-In
owner() view returns (address)
0xec17c56b3606ca9517bc8b640f93acd48ad06217
supply() view returns (uint256)
100000
symbol() view returns (string)
BSCLCKN
totalSupply() view returns (uint256 result)
942
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _addresses)
approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
mintTo(address _receiver, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _fee, uint256 _supply, string _newBaseURI, address _initialOwner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
StringsInsufficientHexLength(uint256 value, uint256 length)
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()