MoonPass
Verified contract
Active on
Ethereum with 5,080 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 "MoonPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20619566 | 4 months ago | | | 0 | 0.000043533713 | |
| 20549067 | 4 months ago | | | 0 | 0.000041293626 | |
| 20491039 | 4 months ago | | | 0 | 0.00015551869 | |
| 18619356 | a year ago | | | 0 | 0.00063262393 | |
| 17620331 | a year ago | | | 0 | 0.00034434295 | |
| 17051697 | 2 years ago | | | 0 | 0.00056348750 | |
| 16669023 | 2 years ago | | | 0 | 0.00049698280 | |
| 16583215 | 2 years ago | | | 0 | 0.00056586271 | |
| 16446381 | 2 years ago | | | 0 | 0.00043887558 | |
| 16446380 | 2 years ago | | | 0 | 0.00041331491 |
ABI
ABI objects
Getter at block 21392449
maxMoonPassSupply() view returns (uint256)
4161
maxPurchaseAmount() view returns (uint256)
5
name() view returns (string)
MoonPass
owner() view returns (address)
0x5aaf80d6460d2a6b51aba1c142acf56e8fcc3de5
returnCurrentHolders() view returns (address[])
[]
salePrice() view returns (uint256)
250000000000000000
saleStatus() view returns (bool)
true
symbol() view returns (string)
MOONPASS
totalReleased() view returns (uint256)
1041389226090000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
4161
Read-only
balanceOf(address owner) view returns (uint256)
calculateTotalPrice(uint256 _numberOfPasses) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
owners(uint256) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
populateCurrentHolders()
purchaseMoonPass(address _purchaser, uint256 _numberOfPasses) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxPurchaseAmount(uint256 _maxAllowed)
setSalePrice(uint256 _priceInWei)
setSaleStatus(bool _trueOrFalse)
setThisContract(address _thisContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.