Constant Stablecoin
Verified contract
Active on
Ethereum with 1,793 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 "Constant Stablecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11143035 | 4 years ago | | | 0 | 0.00060947200 | |
| 11143032 | 4 years ago | | | 0 | 0.00073779203 | |
| 11143020 | 4 years ago | | | 0 | 0.00077548804 | |
| 11143019 | 4 years ago | | | 0 | 0.00076164000 | |
| 11143018 | 4 years ago | | | 0 | 0.00076124400 | |
| 11143018 | 4 years ago | | | 0 | 0.00073817604 | |
| 11143018 | 4 years ago | | | 0 | 0.00073817604 | |
| 11143018 | 4 years ago | | | 0 | 0.00073817604 | |
| 11143018 | 4 years ago | | | 0 | 0.00073817604 | |
| 11143018 | 4 years ago | | | 0 | 0.00073817604 |
ABI
ABI objects
Getter at block 21310108
decimals() view returns (uint256)
2
name() view returns (string)
Constant Stablecoin
symbol() view returns (string)
CONST
totalSupply() view returns (uint256)
0
Read-only
admin(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addAdmin(address a)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
purchase(address purchaser, uint256 value, bytes32 offchain)
redeem(address redeemer, uint256 value, bytes32 offchain)
removeAdmin(address a)
transfer(address recipient, uint256 amount) returns (bool)
transferByAdmin(address from, address to, uint256 value, bytes32 offchain)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
__purchase(bytes32 offchain)
__redeem(bytes32 offchain)
__transferByAdmin(bytes32 offchain)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.