PortalNft
Verified contract
Active on
Ethereum with 1,037 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 "PortalNft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20810133 | 2 months ago | | | 0 | 0.00044169583 | |
| 18794028 | a year ago | | | 0 | 0.0020470295 | |
| 18794004 | a year ago | | | 0 | 0.0022160152 | |
| 18148262 | a year ago | | | 0 | 0.00028014764 | |
| 18148251 | a year ago | | | 0 | 0.00022217411 | |
| 18148240 | a year ago | | | 0 | 0.00040752691 | |
| 16948754 | 2 years ago | | | 0 | 0.0012538763 | |
| 16740422 | 2 years ago | | | 0 | 0.0011235991 | |
| 16740379 | 2 years ago | | | 0 | 0.0011164981 | |
| 16740350 | 2 years ago | | | 0 | 0.00085465621 |
ABI
ABI objects
Getter at block 21278276
BOUNCER_ROLE() view returns (bytes32)
0xe4115595bf7ae7cb05bc1951822961d8747bf58987ea2e3c7e4c3ff109c676a5
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
activelyMintingNft() view returns (uint256)
0
getChainID() view returns (uint256)
1
maxSupply() view returns (uint256)
7777
mintPrice() view returns (uint256)
69000000000000000
owner() view returns (address)
0xae3eace7d708881d1f439ee41d733297f38a328e
paused() view returns (bool)
true
publicMintLimit() view returns (uint256)
3
publicMintTime() view returns (uint256)
1642431600
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
premintTxs(uint256, address) view returns (uint256)
publicTxs(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addBouncer(address bouncer_)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editMintSettings(uint256 _publicMintTime, uint256 _publicMintLimit, uint256 _maxSupply)
grantRole(bytes32 role, address account)
ownerMint(address addr, uint256 numberOfTokens)
pause()
publicMint(uint256 numberOfTokens) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setMintingToken(uint256 _tokenId)
setPrice(uint256 _mintPrice)
setURI(string baseURI)
transferOwnership(address newOwner)
unpause()
voucherMint(struct OffchainBouncerNFTVoucher voucher, uint256 numberOfTokens) payable
withdraw(address _addr)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Printed(uint256 indexed index, address indexed account, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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)
Unpaused(address account)
constructor(string _name, string _symbol, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.