Digital Standard Unit
Verified contract
Active on
Ethereum with 251 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 "Digital Standard Unit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20735254 | 3 months ago | | | 0 | 0.00034236462 | |
| 20735144 | 3 months ago | | | 0 | 0.00041244090 | |
| 20735127 | 3 months ago | | | 0 | 0.00041352080 | |
| 20120666 | 5 months ago | | | 0 | 0.00041815842 | |
| 20119799 | 5 months ago | | | 0 | 0.00050801284 | |
| 20089595 | 6 months ago | | | 0 | 0.00028830930 | |
| 20089562 | 6 months ago | | | 0 | 0.00017975891 | |
| 20089561 | 6 months ago | | | 0 | 0.00032540836 | |
| 18503450 | a year ago | | | 0 | 0.00057206348 | |
| 18138935 | a year ago | | | 0 | 0.00027133835 |
ABI
ABI objects
Getter at block 21322798
DOMAIN_SEPARATOR() view returns (bytes32)
0x1ca425eb3dd2239393518c875a9fa0e87e43e9f075888ef3c1b590383b73b6ea
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Digital Standard Unit
owner() view returns (address)
0xd05ace63789ccb35b9ce71d01e4d632a0486da4b
symbol() view returns (string)
DSU
totalSupply() view returns (uint256)
1102305210561651627934842
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.