IAmBased

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x23c64f08 at 17251016
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "IAmBased"

No transactions found for "IAmBased"


Functions
Getter at block 23889198
getFee(view returns (uint256)
0
getLockStatus(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
dataValidCheck(address tokenOwneruint256 tokenIduint256 newScorestring newTokenURIuint256 deadlinebytes sigview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getScore(uint256 tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMinted(address userview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
amIBased(uint256 newScorestring newTokenURIuint256 deadlinebytes sigaddress referrerpayable returns (uint256)
approve(address touint256 tokenId
initialize(address initialOwneruint256 feeaddress signer
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setFee(uint256 fee
setLock(bool lock
setSigner(address newSigner
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateTokenInfo(uint256 tokenIduint256 newScorestring newTokenURIuint256 deadlinebytes sig
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
CreatorAttribution(bytes32 structHashstring domainNamestring versionaddress creatorbytes signature
Initialized(uint64 version
MetadataUpdate(uint256 _tokenId
Minted(address indexed minteraddress indexed referreruint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SignerChanged(address indexed oldSigneraddress indexed newSigner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account