GeoDB Coin
Verified contract
Active on
Ethereum with 20 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 |
---|---|---|---|---|---|
GEO | ERC-20 | 0.003698 | $0.000932 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17287334 | 2 years ago | | | 0 | 0.0056775400 | |
| 16067900 | 2 years ago | | | 0 | 0.0010848760 | |
| 16067766 | 2 years ago | | | 0 | 0.0011437003 | |
| 16061518 | 2 years ago | | | 0 | 0.00033627955 | |
| 16061430 | 2 years ago | | | 0 | 0.00073580186 | |
| 16061393 | 2 years ago | | | 0 | 0.00099800563 | |
| 16060741 | 2 years ago | | | 0 | 0.00084546496 | |
| 16060716 | 2 years ago | | | 0 | 0.00079937154 | |
| 16060548 | 2 years ago | | | 0 | 0.00070770585 | |
| 16060218 | 2 years ago | | | 0 | 0.00099738368 |
ABI
ABI objects
Getter at block 21400703
DOMAIN_SEPARATOR() view returns (bytes32)
0xbae4bf4cd478d7eed1226e2ce569d94d2ecc44f61b477829c0bdb62c33fcdb76
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_TYPEHASH() view returns (bytes32)
0x42ce63790c28229c123925d83266e77c04d28784552ab68b350a9003226cbd59
decimals() view returns (uint8)
18
delay() view returns (uint256)
172800
delayDelay() view returns (uint256)
0
delayMinter() view returns (uint256)
0
delayVault() view returns (uint256)
1634797140
getAllMinters() view returns (address[])
[0x765277EebeCA2e31912C9946eAe1021199B39C61]
mpc() view returns (address)
0x765277eebeca2e31912c9946eae1021199b39c61
name() view returns (string)
GeoDB Coin
owner() view returns (address)
0x765277eebeca2e31912c9946eae1021199b39c61
pendingDelay() view returns (uint256)
0
pendingMinter() view returns (address)
0x0000000000000000000000000000000000000000
pendingVault() view returns (address)
0x765277eebeca2e31912c9946eae1021199b39c61
symbol() view returns (string)
anyGEO
totalSupply() view returns (uint256)
773772829895927721635783747
underlying() view returns (address)
0x147faf8de9d8d8daae129b187f0d02d819126750
vault() view returns (address)
0x765277eebeca2e31912c9946eae1021199b39c61
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isMinter(address) view returns (bool)
minters(uint256) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events Swapin(bytes32 txhash, address account, uint256 amount) returns (bool)
Swapout(uint256 amount, address bindaddr) returns (bool)
applyMinter()
applyVault()
approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
burn(address from, uint256 amount) returns (bool)
changeMPCOwner(address newVault) returns (bool)
changeVault(address newVault) returns (bool)
deposit() returns (uint256)
deposit(uint256 amount) returns (uint256)
deposit(uint256 amount, address to) returns (uint256)
depositVault(uint256 amount, address to) returns (uint256)
depositWithPermit(address target, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s, address to) returns (uint256)
depositWithTransferPermit(address target, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s, address to) returns (uint256)
initVault(address _vault)
mint(address to, uint256 amount) returns (bool)
permit(address target, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
revokeMinter(address _auth)
setMinter(address _auth)
setVault(address _vault)
setVaultOnly(bool enabled)
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithPermit(address target, address to, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (bool)
withdraw() returns (uint256)
withdraw(uint256 amount) returns (uint256)
withdraw(uint256 amount, address to) returns (uint256)
withdrawVault(address from, uint256 amount, address to) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
LogAddAuth(address indexed auth, uint256 timestamp)
LogChangeMPCOwner(address indexed oldOwner, address indexed newOwner, uint256 indexed effectiveHeight)
LogChangeVault(address indexed oldVault, address indexed newVault, uint256 indexed effectiveTime)
LogSwapin(bytes32 indexed txhash, address indexed account, uint256 amount)
LogSwapout(address indexed account, address indexed bindaddr, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _underlying, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.