Crypto Global Bank
Verified contract
Active on
Ethereum with 402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21377966 | 14 hours ago | | | 0 | 0.00054616089 | |
| 21304821 | 11 days ago | | | 0 | 0.00044238529 | |
| 21304204 | 11 days ago | | | 0 | 0.00059636453 | |
| 14745022 | 3 years ago | | | 0 | 0.0032671589 | |
| 13262557 | 3 years ago | | | 0 | 0.0039934749 | |
| 12587251 | 4 years ago | | | 0 | 0.00027519800 | |
| 12496300 | 4 years ago | | | 0 | 0.00078031800 | |
| 12387233 | 4 years ago | | | 0 | 0.0028373914 | |
| 12271749 | 4 years ago | | | 0 | 0.012220532 | |
| 11747894 | 4 years ago | | | 0 | 0.0036930960 |
ABI
ABI objects
Getter at block 21382088
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
22220000000000000000000000000
name() view returns (string)
Crypto Global Bank
owner() view returns (address)
0xf0a90b3ab9df944c5bbb6aee10a3d8347616ee4b
symbol() view returns (string)
CGB
totalSupply() view returns (uint256)
22220000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, 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.