Gemini dollar
Verified contract
Active on
Ethereum with 242,717 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6704…4ade
Balances ($88,510.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GUSD | ERC-20 | 88.21049K | $1.002 |
$88,386.91 | |
API3 | ERC-20 | 62.5045 | $1.96 |
$122.51 | |
ZRX | ERC-20 | 1 | $0.525354 |
$0.53 | |
ZIK | ERC-20 | 555.555556 | $0.000164 |
$0.09 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
XPS | ERC-20 | 100K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270019 | 3 hours ago | | | 0 | 0.00039261435 | |
| 21269482 | 5 hours ago | | | 0 | 0.00033844872 | |
| 21269427 | 5 hours ago | | | 0 | 0.00033866924 | |
| 21269421 | 5 hours ago | | | 0 | 0.00035158005 | |
| 21269418 | 5 hours ago | | | 0 | 0.00048078770 | |
| 21269198 | 6 hours ago | | | 0 | 0.00049325552 | |
| 21268852 | 7 hours ago | | | 0 | 0.00032446688 | |
| 21268228 | 9 hours ago | | | 0 | 0.00052250704 | |
| 21268028 | 10 hours ago | | | 0 | 0.00064907810 | |
| 21267902 | 10 hours ago | | | 0 | 0.00074177758 |
ABI
ABI objects
Getter at block 21270914
custodian() view returns (address)
0xb983ed57aeaa180bc7a0078ddadf1ea217f2e421
decimals() view returns (uint8)
2
erc20Impl() view returns (address)
0x6704ba24b8640bccee6bf2fd276a6a1b8edf4ade
lockRequestCount() view returns (uint256)
12
name() view returns (string)
Gemini dollar
symbol() view returns (string)
GUSD
totalSupply() view returns (uint256)
6654616619
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
custodianChangeReqs(bytes32) view returns (address proposedNew)
implChangeReqs(bytes32) view returns (address proposedNew)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
confirmCustodianChange(bytes32 _lockId)
confirmImplChange(bytes32 _lockId)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emitApproval(address _owner, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
requestCustodianChange(address _proposedCustodian) returns (bytes32 lockId)
requestImplChange(address _proposedImpl) returns (bytes32 lockId)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
CustodianChangeConfirmed(bytes32 _lockId, address _newCustodian)
CustodianChangeRequested(bytes32 _lockId, address _msgSender, address _proposedCustodian)
ImplChangeConfirmed(bytes32 _lockId, address _newImpl)
ImplChangeRequested(bytes32 _lockId, address _msgSender, address _proposedImpl)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals, address _custodian)
This contract contains no fallback and receive objects.
This contract contains no error objects.