Base Clock-In

Verified contract

Active on Base with 971 txns
Deployed by via 0x9bb5c461 at 16349517
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $60.06
ERC-20
--
0xfe3473bafb2bc4136c124efd3dc3bb83d8c7427723b23589c80e1edd86ff6316
0xe7afa863c1c75f486673a63cf166b61b5a2cc7c6d5c878e1f3772706bade3e07
0x867b57cde5cf55334d9116060bf94e365f5f1f5064024b909660068c702c2090
0xd0ad34e2be3772cf7eefd1aa9d2facc6fe8afd273dfb49cdf075692874f12987
0xd66b99f4f9e4b76b55f678ada333f018044ee334f9d2f45333b77d440ca226bd
0x821fc6c52ec55d2cd8a54c971f946a699efcad4ff2cc6455005ada7bbfd7a2c0
0xf47af8ec8788edb22d8f05994fb4b69852d29b9d1d4e1cc709c3703f0fea22c4
0x7a8eed7234726380820c91ad6c026a249d483e9108d494676f1df8264c059453
0x94a84a796d2f8214001680b3e12559c89958b6f11cb13e3ddbba984d1fbd59d3
0xd1c3561fb8c7ac58d53a613d7fbc9db8f22be796ed7d88b038aede48dab7b92c

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _addresses
approve(address touint256 tokenIdpayable 
mint(uint256 quantitypayable 
mintTo(address _receiveruint256 _quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _feeuint256 _supplystring _newBaseURIaddress _initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
StringsInsufficientHexLength(uint256 valueuint256 length
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(