NStandardPassport
Verified contract
Active on
Ethereum with 362 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 "NStandardPassport"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18759278 | a year ago | | | 0 | 0.0010403393 | |
| 18747301 | a year ago | | | 0 | 0.00086720737 | |
| 18696786 | a year ago | | | 0.025 | 0.0043526977 | |
| 18677571 | a year ago | | | 0.025 | 0.0073702268 | |
| 18052669 | a year ago | | | 0.025 | 0.0017012094 | |
| 17985081 | a year ago | | | 0.025 | 0.0046130630 | |
| 17809861 | a year ago | | | 0.025 | 0.00078874488 | |
| 17790884 | a year ago | | | 0.025 | 0.0033804432 | |
| 17755506 | a year ago | | | 0.01 | 0.00060804421 | |
| 17752185 | a year ago | | | 0.01 | 0.00060260878 |
ABI
ABI objects
Getter at block 21284701
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://server.n-kyoku.com/metadata/standard/
getMintCostForAllowlist() view returns (uint256)
0
getMintCostForPublic() view returns (uint256)
25000000000000000
name() view returns (string)
NStandardPassport
owner() view returns (address)
0x7bd310b77a24aa5fe7bcf73e9e89f11341506797
paused() view returns (bool)
true
planNoForAllowlist() view returns (uint8)
0
planNoForPublic() view returns (uint8)
3
subscribeTermSec() view returns (uint256)
15552000
symbol() view returns (string)
NSP
totalSupply() view returns (uint256)
277
withdrawAddress() view returns (address)
0x78c3fe26a5df8347c1b1225aa5f85058f3da8a19
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMintCostForSubscribe(address owner) view returns (uint256)
getPassportInfo(address owner) view returns (struct NPassportPassportInfo)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
passportIsValid(address owner) view returns (bool)
planCosts(uint8) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addresses, uint8 planNo)
allowlistMint(bytes32[] merkleProof) payable
approve(address, uint256)
grantRole(bytes32 role, address account)
mint() payable
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
resetBaseExtension()
resetExpiredTimestamp(address owner)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address, bool)
setBaseExtension(string _value)
setBaseURI(string _value)
setMerkleRoot(bytes32 _value)
setMintCost(uint8 _planNo, uint256 _cost)
setPlanNoForAllowlist(uint8 _value)
setPlanNoForPublic(uint8 _value)
setSubscribeTermSec(uint256 _value)
setWithdrawAddress(address _value)
subscribe() payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw() payable
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)
Paused(address account)
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)
Subscribe(uint256 _tokenId, address _owner, uint8 _planNo, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, address _withdrawAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.