DeFiat Points v2
Verified contract
Active on
Ethereum with 498 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 "DeFiat Points v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19974113 | 6 months ago | | | 0 | 0.00017593796 | |
| 18880343 | a year ago | | | 0 | 0.00056859741 | |
| 18138069 | a year ago | | | 0 | 0.00021636805 | |
| 15873674 | 2 years ago | | | 0 | 0.00023600282 | |
| 14245070 | 3 years ago | | | 0 | 0.0015596800 | |
| 13927569 | 3 years ago | | | 0 | 0.0078889439 | |
| 13830923 | 3 years ago | | | 0 | 0.0018781750 | |
| 13708381 | 3 years ago | | | 0 | 0.0019507230 | |
| 13537548 | 3 years ago | | | 0 | 0.0095494059 | |
| 13296678 | 3 years ago | | | 0 | 0.0032024761 |
ABI
ABI objects
Getter at block 21297820
decimals() view returns (uint8)
18
governance() view returns (address)
0xefccb112270c3c197b86ff03d26340d82a087f6c
name() view returns (string)
DeFiat Points v2
owner() view returns (address)
0x5f61bb457cfed585ffb0d1ccd88232dfee99b058
symbol() view returns (string)
DFTPv2
token() view returns (address)
0xb6ee603933e024d8d53dde3faa0bf98fe2a3d6f1
totalSupply() view returns (uint256)
2000654410682260275341701647
viewTxThreshold() view returns (uint256)
5000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
discountPointsNeeded(uint256 _tranche) view returns (uint256 pointsNeeded)
discountTranches(uint256) view returns (uint256)
viewDiscountOf(address _address) view returns (uint256)
viewEligibilityOf(address _address) view returns (uint256 tranche)
viewRedirection(address _address) view returns (bool)
viewWhitelisted(address _address) view returns (bool)
State-modifying
Events addPoints(address _address, uint256 _txSize, uint256 _points)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
kill()
overrideDiscount(address user, uint256 discount)
overrideLoyaltyPoints(address _address, uint256 _points)
renounceOwnership()
setAll10DiscountTranches(uint256 _pointsNeeded1, uint256 _pointsNeeded2, uint256 _pointsNeeded3, uint256 _pointsNeeded4, uint256 _pointsNeeded5, uint256 _pointsNeeded6, uint256 _pointsNeeded7, uint256 _pointsNeeded8, uint256 _pointsNeeded9)
setDiscountTranches(uint256 tranche, uint256 pointsNeeded)
setGovernance(address _governance)
setRedirection(address _address, bool _redirect)
setToken(address _token)
setWhitelisted(address _address, bool _whitelist)
sweep(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMyDiscount() returns (bool)
AllTranchesUpdated(address indexed user)
Approval(address indexed owner, address indexed spender, uint256 value)
DiscountUpdated(address indexed user, uint256 discount)
GovernanceUpdated(address indexed user, address governance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PointsUpdated(address indexed user, address indexed subject, uint256 amount)
RedirectionUpdated(address indexed user, address indexed subject, bool redirect)
TokenSweep(address indexed user, address indexed token, uint256 amount)
TokenUpdated(address indexed user, address token)
TrancheUpdated(address indexed user, uint256 tranche, uint256 pointsNeeded)
Transfer(address indexed from, address indexed to, uint256 value)
WhitelistedUpdated(address indexed user, address indexed subject, bool whitelist)
constructor(address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.