DiversiFi Passport
Verified contract
Proxy
Active on
Ethereum with 428 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "DiversiFi Passport"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20809134 | a month ago | | | 0 | 0.0012207511 | |
| 19975154 | 5 months ago | | | 0 | 0.00049166941 | |
| 19205808 | 9 months ago | | | 0 | 0.0012220946 | |
| 19158242 | 9 months ago | | | 0 | 0.00065896376 | |
| 19038037 | 9 months ago | | | 0 | 0.0023213104 | |
| 19035363 | 9 months ago | | | 0 | 0.0024887167 | |
| 18982505 | 10 months ago | | | 0 | 0.0012504476 | |
| 18953527 | 10 months ago | | | 0 | 0.0014269841 | |
| 18952659 | 10 months ago | | | 0 | 0.0088788685 | |
| 18952607 | 10 months ago | | | 0 | 0.031619147 |
ABI
ABI objects
Getter at block 21082335
maxAmount() view returns (uint256)
2222
maxPerMint() view returns (uint256)
5
maxPerWallet() view returns (uint256)
2222
name() view returns (string)
DiversiFi Passport
owner() view returns (address)
0x10bbad85b0d79f279edbb10b3db5444c2e222c80
presaleActive() view returns (bool)
false
price() view returns (uint256)
50000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
DPAS
totalRevenue() view returns (uint256)
10250000000000000000
totalSupply() view returns (uint256)
300
treasury() view returns (address)
0xe4ea4158d8c813290c4414013bdf13c944a78362
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
batchAirdrop(uint64[] quantities, address[] recipients)
initialize(string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
mint(uint64 quantity) payable
presaleMint(uint64 quantity, uint256 allowed, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 newRoot)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address newTreasury)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.