Crepto Pass

Verified contract

Active on Ethereum with 828 txns
Deployed by via 0x95295c87 at 14665065
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,914.92
0xf9f009e6f56569c366f8243404dbf2374bae629f4026dec6eafc1a1007444201
0x6f0d4fe67ee71f901a786d9597190e24493c7594be103ff117c8f977199eb778
0x7353ddf0365e46461df22fcf2c78f9c40c781aafda20f697f540405ee45c82e8
From
0xf6f396c4921a4ba1e9c338c8a0b3f1c6bffb0e35425856c3a7695bbd6ad961d2
0x04bdb7088221ca03aab2f0a342b55bb0a5ae471546ad8598308ee1d12af24252
0x1b8b50da96c98d426d5603ca75dc0ca0352746fedbe86bb52786b93f2c6038ca
0x05c5836f2d040f0267f62459aa8f9677ebc53f24b32b8584229469f907dbaa26
From
0x5f80fb7efe3c747a8ec7686144b3a00a6f8d8c2994415ec00023697da391202e
0xc47ff39d097913772226bdf90afd1837cfa60c7df7312ca8e31af71ae1876bd0
0xd222c95fae0d61dfa85900e7176729a0bbd162ce13f154fd2646fd386a6677fd

Functions
Getter at block 21161021
TOTAL_SUPPLY(view returns (uint256)
824
adminAddress(view returns (address)
0x0000000000000000000000000000000000000000
merkelRoot(view returns (bytes32)
0x9721006907dddab7fa26b45d81aad1dc9725c4c782e30508b86ab8fb8fd727f9
name(view returns (string)
Crepto Pass
owner(view returns (address)
0x824bc6685bdb5703a5aeb585ff63bccfbdb7ea05
profitRatio(view returns (uint256)
2408
snapshotId(view returns (uint24)
0
symbol(view returns (string)
CREPASS
teamAddress(view returns (address)
0xdacff5227793a31e98845dc5a9910d383e59f85d
totalSupply(view returns (uint256)
751
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownerProfit(addressview returns (uint256)
ownerTokenIdList(address ownerview returns (uint16[])
pendingProfit(address _tokenAddressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
teamProfit(addressview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
calcProfit(address _tokenAddress
claimProfit(uint24 _snapshotIdaddress _owner
claimProfitByToken(uint24 _snapshotIduint16[] _tokenIdList
mint(bytes32[] proofuint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdminAddress(address _adminAddress
setApprovalForAll(address operatorbool approved
setMerkelRoot(bytes32 _merkelRoot
setProfitRatio(uint256 _profitRatio
setTeamAddress(address _teamAddress
snapshotProfit(address _tokenAddress
teamClaimProfit(address _tokenAddress
teamMintFor(address recipientuint256 amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(