Gauntlet Finance
Verified contract
Active on
Ethereum with 132 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 |
---|---|---|---|---|---|
GFI | ERC-20 | 66.660966K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18458635 | a year ago | | | 0 | 0.0012069035 | |
| 18458594 | a year ago | | | 0 | 0.0014712138 | |
| 18458591 | a year ago | | | 0 | 0.00073972825 | |
| 18454803 | a year ago | | | 0 | 0.00074582454 | |
| 18349118 | a year ago | | | 0 | 0.00029501269 | |
| 18349065 | a year ago | | | 0 | 0.00023390651 | |
| 18348849 | a year ago | | | 0 | 0.00024727717 | |
| 18348837 | a year ago | | | 0 | 0.00037254602 | |
| 18348825 | a year ago | | | 0 | 0.00045025738 | |
| 18331113 | a year ago | | | 0 | 0.00030702104 |
ABI
ABI objects
Getter at block 21306211
decimals() pure returns (uint8)
18
getBase() pure returns (uint256)
1000000000000000000
getCapacity() view returns (uint256)
56660965652406497595715
getChallengesTotal() view returns (uint256)
0
getContributorsLimit() view returns (uint256)
113
getContributorsTotal() view returns (uint256)
36
getPenalty() view returns (uint8)
10
getPrizesTotal() view returns (uint256)
10000000000000000000000
getRate() view returns (uint256)
500000000000000000000
getRequirement() view returns (uint256)
50000000000000000000
getTerm() pure returns (uint256)
300
initialSupply() view returns (uint256)
100000000000000000000000
name() pure returns (string)
Gauntlet Finance
owner() view returns (address)
0x6d11b1bbb3f20a2c94624d7dfbb989f021fbf8ac
symbol() pure returns (string)
GFI
totalSupply() view returns (uint256)
85240829004908703826586
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAcceptance(address account) view returns (uint256)
getChallenge(address account) view returns (uint256)
getFerocity(address account) view returns (uint256)
getPeriod(address account) view returns (uint256)
getReward(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
challenge(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
reward() returns (bool)
setTokenDistributionEvent(address TDE) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Accepted(address indexed account, uint256 amount)
Added(address indexed account, uint256 time)
Approval(address indexed owner, address indexed spender, uint256 value)
Boosted(address indexed account, uint256 amount)
Deflated(uint256 supply, uint256 amount)
Forfeited(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Penalized(address indexed account, uint256 amount)
Recovered(uint256 supply, uint256 amount)
Removed(address indexed account, uint256 time)
Rewarded(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address indexed account, uint256 time)
constructor(uint256 rate, uint8 penalty, uint256 requirement)
This contract contains no fallback and receive objects.
This contract contains no error objects.