New Zealand Digital Dollar
Verified contract
Proxy
Active on
Ethereum with 1,234 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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NZDD | ERC-20 | 495 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241586 | 2 hours ago | | | 0 | 0.00041092891 | |
| 21240361 | 6 hours ago | | | 0 | 0.00045793143 | |
| 21240250 | 6 hours ago | | | 0 | 0.00072634714 | |
| 21240154 | 7 hours ago | | | 0 | 0.00040428647 | |
| 21240046 | 7 hours ago | | | 0 | 0.00064037168 | |
| 21239962 | 7 hours ago | | | 0 | 0.00070085761 | |
| 21238662 | 12 hours ago | | | 0 | 0.0018876900 | |
| 21235650 | a day ago | | | 0 | 0.00082708997 | |
| 21234130 | a day ago | | | 0 | 0.00043747057 | |
| 21234106 | a day ago | | | 0 | 0.0012401840 |
ABI
ABI objects
Getter at block 21242132 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x94760eb23eacb98a72956c6b0ad97fccb5a8d51413147669b34223937d46ce14
MASTER_ADMIN_ROLE() view returns (bytes32)
0xf83591f6d256ac9a12084d6de9c89a3e1fd09d594aa1184c76eef05bae103fc3
NZDD_BLACKLISTER_ROLE() view returns (bytes32)
0xcca7a89a59c998b55412d3cfdbe35e3bdf77b97e84d04c75c6349fc1887c6b91
NZDD_MINTER_ROLE() view returns (bytes32)
0xc14717a30cb14938e7d3b876fdf6233d6698d1abe5760bc584edeb7a0dc40901
decimals() pure returns (uint8)
6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=New Zealand Digital Dollar, version=1, chainId=1, verifyingContract=0x2dd087589ce9c5b2d1b42e20d2519b3c8cf022b7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
New Zealand Digital Dollar
paused() view returns (bool)
false
symbol() view returns (string)
NZDD
totalSupply() view returns (uint256)
678202000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address _account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _account)
burn(uint256 _amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _masterAdmin, address _defaultAdmin, address _minter, address _blacklister)
mint(address _to, uint256 _amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unBlacklist(address _account)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Blacklisted(address indexed _account)
EIP712DomainChanged()
Initialized(uint8 version)
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)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AddressAlreadyBlacklisted(address _account)
AddressBlacklisted(address _account)
AddressNotBlacklisted(address _account)
EmptyParameter(string param)