SkuxxVerse Pass
Verified contract
Active on
Ethereum with 11,077 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SkuxxVerse Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118097 | 6 days ago | | | 0 | 0.00024968647 | |
| 21032190 | 18 days ago | | | 0 | 0.00014055140 | |
| 20957785 | a month ago | | | 0 | 0.00028942654 | |
| 20957617 | a month ago | | | 0 | 0.00041849785 | |
| 20657386 | 2 months ago | | | 0 | 0.000065493188 | |
| 20543592 | 3 months ago | | | 0 | 0.000028045564 | |
| 20513121 | 3 months ago | | | 0 | 0.00016285010 | |
| 20327029 | 4 months ago | | | 0 | 0.0018890299 | |
| 20296514 | 4 months ago | | | 0 | 0.000031691705 | |
| 20241928 | 4 months ago | | | 0 | 0.00013713366 |
ABI
ABI objects
Getter at block 21158044
PASS_GIFT() view returns (uint256)
50
PASS_MAX() view returns (uint256)
7777
PASS_PER_MINT() view returns (uint256)
5
PASS_PRICE() view returns (uint256)
70000000000000000
PASS_PUBLIC() view returns (uint256)
7727
name() view returns (string)
SkuxxVerse Pass
owner() view returns (address)
0xe3af2fb66c545b77bfd7bfc10f5fae3febdeefc4
publicAmountMinted() view returns (uint256)
7727
saleLive() view returns (bool)
false
symbol() view returns (string)
SKUXX
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 tokenQuantity) payable
renounceOwnership()
reserveCharity(uint256 numPass)
reserveGiveaway(uint256 numPass)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setPrice(uint256 number)
setPublicAmount(uint256 number)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawTeam()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.