ElseVerseFoundersPass
Verified contract
Proxy
Active on
Ethereum with 595 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($380.13)
Native
Value
$380.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.12 | $3,167.78 |
$380.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20600452 | 3 months ago | | | 0 | 0.00012049597 | |
| 20446650 | 3 months ago | | | 0 | 0.000090553133 | |
| 20235785 | 4 months ago | | | 0 | 0.00032203543 | |
| 19932516 | 6 months ago | | | 0 | 0.00086523143 | |
| 19932493 | 6 months ago | | | 0 | 0.0012408634 | |
| 19779283 | 6 months ago | | | 0 | 0.00031129622 | |
| 19767070 | 6 months ago | | | 0 | 0.00035821974 | |
| 19567407 | 7 months ago | | | 0 | 0.0018067880 | |
| 19404451 | 8 months ago | | | 0 | 0.0022631609 | |
| 19289182 | 9 months ago | | | 0 | 0.0014022495 |
ABI
ABI objects
Getter at block 21163652
baseTokenURI() view returns (string)
https://api.elseverse.io/nft/founders-pass/
beneficiaryAddress() view returns (address)
0x95185872ad58255e5d27921b28ead6df8c1ce771
maxMints() view returns (uint256)
500
mintClosed() view returns (bool)
true
name() view returns (string)
ElseVerseFoundersPass
owner() view returns (address)
0x95185872ad58255e5d27921b28ead6df8c1ce771
reservedMints() view returns (uint256)
0
symbol() view returns (string)
EVFP
totalMints() view returns (uint256)
500
totalSupply() view returns (uint256)
500
version() pure returns (uint256)
100
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)
ownerOfAny(address _user) view returns (bool)
stages(uint256) view returns (uint256 id, uint256 startDate, uint256 price, bytes32 merkleRoot, bool isPublic, uint256 publicMaxMintsPerWallet, address currency, uint256 mintPerStage)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimedCount(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addOrUpdateStage(uint256 id, uint256 startDate, uint256 price, bytes32 merkleRoot, bool isPublic, uint256 publicMaxMintsPerWallet, uint256 mintPerStage)
approve(address to, uint256 tokenId)
bulkSafeMint(address[] tos)
burn(uint256 tokenId)
changeBeneficiary(address _beneficiaryAddress)
initialize()
removeStage(uint256 id)
renounceOwnership()
safeBuy(bytes32[] _merkleProof, uint256 mintCount, uint256 maxMintCountStep1, uint256 maxMintCountStep2) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCloseMint(bool _closeMint)
setMaxMints(uint256 _maxMints, uint256 _reserved)
setTokenUri(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
NewFoundersPass(uint256 indexed id, address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.