Crepto Pass
Verified contract
Active on
Ethereum with 828 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,914.92)
Native
Value
$1,914.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.599878 | $3,192.19 |
$1,914.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19552340 | 7 months ago | | | 0 | 0.00049301617 | |
| 18909727 | 10 months ago | | | 0 | 0.00027281607 | |
| 18402257 | a year ago | | | 0 | 0.00016905474 | |
| 17914173 | a year ago | | | 0 | 0.0060039046 | |
| 17911896 | a year ago | | | 0 | 0.00060735140 | |
| 17416252 | a year ago | | | 0 | 0.0030427990 | |
| 17059217 | 2 years ago | | | 0 | 0.00058853816 | |
| 16910864 | 2 years ago | | | 0 | 0.00062524162 | |
| 16786733 | 2 years ago | | | 0 | 0.0026603408 | |
| 16605311 | 2 years ago | | | 0 | 0.00033469200 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerProfit(address) view returns (uint256)
ownerTokenIdList(address owner) view returns (uint16[])
pendingProfit(address _tokenAddress) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
teamProfit(address) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
calcProfit(address _tokenAddress)
claimProfit(uint24 _snapshotId, address _owner)
claimProfitByToken(uint24 _snapshotId, uint16[] _tokenIdList)
mint(bytes32[] proof, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminAddress(address _adminAddress)
setApprovalForAll(address operator, bool approved)
setMerkelRoot(bytes32 _merkelRoot)
setProfitRatio(uint256 _profitRatio)
setTeamAddress(address _teamAddress)
snapshotProfit(address _tokenAddress)
teamClaimProfit(address _tokenAddress)
teamMintFor(address recipient, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()