Forge Finance
Verified contract
Active on
Ethereum with 508 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 "Forge Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787575 | a month ago | | | 0 | 0.00064752605 | |
| 20202188 | 4 months ago | | | 0 | 0.000035633083 | |
| 19903484 | 5 months ago | | | 0 | 0.000070658663 | |
| 18138082 | a year ago | | | 0 | 0.00023268851 | |
| 17009104 | 2 years ago | | | 0 | 0.00052365039 | |
| 17009102 | 2 years ago | | | 0 | 0.00058824227 | |
| 15860777 | 2 years ago | | | 0 | 0.00021658615 | |
| 13579891 | 3 years ago | | | 0 | 0.0068754544 | |
| 12997954 | 3 years ago | | | 0 | 0.0023770590 | |
| 12992931 | 3 years ago | | | 0 | 0.0027562007 |
ABI
ABI objects
Getter at block 21091250
decimals() view returns (uint8)
18
name() view returns (string)
Forge Finance
owner() view returns (address)
0xeff50e8a28284a757d5151d1cc21a1be9d2245b8
symbol() view returns (string)
FRG3
totalBurn() view returns (uint256)
12955920102490211286776
totalFees() view returns (uint256)
12955920102490211286776
totalSupply() view returns (uint256)
87044079897509788713224
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events _setMaxTxAmount(uint256 maxTxAmount)
_setTaxFee(uint256 taxFee)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
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.