Value Set Dollar
Verified contract
Active on
Ethereum with 327 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Value Set Dollar"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20666899 | 3 months ago | | | 0 | 0.000049517799 | |
| 20498046 | 4 months ago | | | 0 | 0.00012970556 | |
| 20495452 | 4 months ago | | | 0 | 0.000045738815 | |
| 20465676 | 4 months ago | | | 0 | 0.000088907091 | |
| 20448014 | 4 months ago | | | 0 | 0.000076431242 | |
| 20150991 | 5 months ago | | | 0 | 0.000093917861 | |
| 18133318 | a year ago | | | 0 | 0.00051368087 | |
| 18125831 | a year ago | | | 0 | 0.0010025754 | |
| 18124876 | a year ago | | | 0 | 0.00048298675 | |
| 18124390 | a year ago | | | 0 | 0.00057515513 |
ABI
ABI objects
Getter at block 21318039
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0x862b64a9386fa26aefeb06bdc53fe0d5ef7bc892c1a101f5a9bae690d7086b3e
EIP712_PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Value Set Dollar
symbol() view returns (string)
VSD
totalSupply() view returns (uint256)
187980092964648668183800
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.