Creepz Invasion Pass
Verified contract
Active on
Ethereum with 11,919 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,687.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 2.475 | $3,106.16 |
$7,687.75 | |
LOOMI | ERC-20 | 180.53525K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209521 | an hour ago | | | 0 | 0.00060346602 | |
| 21190855 | 3 days ago | | | 0 | 0.00075438445 | |
| 21188750 | 3 days ago | | | 0 | 0.0012963586 | |
| 21185078 | 3 days ago | | | 0 | 0.0012488133 | |
| 21184794 | 3 days ago | | | 0 | 0.0013445384 | |
| 21184783 | 3 days ago | | | 0 | 0.0019724689 | |
| 21169201 | 6 days ago | | | 0 | 0.00096849935 | |
| 21168289 | 6 days ago | | | 0 | 0.0012799305 | |
| 21158322 | 7 days ago | | | 0 | 0.0010360671 | |
| 21140742 | 10 days ago | | | 0 | 0.00034043785 |
ABI
ABI objects
Getter at block 21209746
INVASION_PASS() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
8888
PER_WALLET_LIMIT() view returns (uint256)
7
ROYALTY_DENOMINATOR() view returns (uint256)
10000
ROYALTY_SIZE() view returns (uint256)
500
isPaused() view returns (bool)
false
isSalePaused() view returns (bool)
false
name() view returns (string)
Creepz Invasion Pass
owner() view returns (address)
0x92577e2807e9b1642d8d21c9ec7db1465de839d2
royaltyAddress() view returns (address)
0x48c21ae2d3ea08c23cbfa92fff8874e42579f94c
saleEndTimestamp() view returns (uint256)
1640979030
saleIsActive() view returns (bool)
false
saleStartTimestamp() view returns (uint256)
1640892630
signerAddress() view returns (address)
0x3f2c152b91d1ca6ab86a94f113e778aa2ee8dffc
symbol() view returns (string)
IP
tokenPrice() view returns (uint256)
69000000000000000
whitelistOnly() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkIfWhitelisted(bytes signature, address caller) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addRoyaltyReceiverForTokenId(address receiver, uint256 tokenId)
pause(bool _isPaused)
pauseSale(bool _isSalePaused)
purchase(uint256 tokensNumber, bytes signature) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenPrice(uint256 _tokenPrice)
startSale()
transferOwnership(address newOwner)
updateSaleWhitelist(bool isWhitelistOnly)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensMinted(address mintedBy, uint256 tokensNumber)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, string _uri, address _signer, address _royalty)
This contract contains no fallback and receive objects.
This contract contains no error objects.