Global DeFi
Verified contract
Active on
Ethereum with 462 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 "Global DeFi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15604141 | 2 years ago | | | 0 | 0.00028240064 | |
| 15514763 | 2 years ago | | | 0 | 0.00042545042 | |
| 15118473 | 2 years ago | | | 0 | 0.00022220350 | |
| 15118468 | 2 years ago | | | 0 | 0.00040971438 | |
| 14976408 | 2 years ago | | | 0 | 0.0014811693 | |
| 14976294 | 2 years ago | | | 0 | 0.0020099492 | |
| 14944330 | 2 years ago | | | 0 | 0.0016770541 | |
| 14943506 | 2 years ago | | | 0 | 0.0026186051 | |
| 14932333 | 2 years ago | | | 0 | 0.0015120055 | |
| 14821820 | 3 years ago | | | 0 | 0.00084274620 |
ABI
ABI objects
Getter at block 21260023
decimals() view returns (uint8)
18
name() view returns (string)
Global DeFi
owner() view returns (address)
0xef643887f4e950efd714a379f2078055597b12dc
symbol() view returns (string)
GDEFI
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events 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)
transfer(address recipient, uint256 amount) returns (bool)
transferAnyERC20Token(address tokenAddress, address recipient, uint256 amount)
transferAnyLegacyERC20Token(address tokenAddress, address recipient, uint256 amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, 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.