Discount Credits
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Discount Credits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19269154 | 10 months ago | | | 0 | 0.0023736652 | |
| 19269152 | 10 months ago | | | 0 | 0.0022739339 | |
| 19269152 | 10 months ago | | | 0 | 0.0022739339 | |
| 19269150 | 10 months ago | | | 0 | 0.0022349758 | |
| 19269147 | 10 months ago | | | 0 | 0.0021438369 | |
| 19269142 | 10 months ago | | | 0 | 0.0023787148 | |
| 19269135 | 10 months ago | | | 0 | 0.0022073546 | |
| 19269104 | 10 months ago | | | 0 | 0.0020825157 |
ABI
ABI objects
Getter at block 21399740
FeeAddress() view returns (address)
0x0200204e973a4f82aa1e57d213d908f585d70395
Optimization() view returns (uint256)
331200020020497348215721390858570395
_BURN_FEE() view returns (uint256)
0
_CHARITY_FEE() view returns (uint256)
0
_TAX_FEE() view returns (uint256)
100
_owner() view returns (address)
0x0200204e973a4f82aa1e57d213d908f585d70395
decimals() view returns (uint8)
18
name() view returns (string)
Discount Credits
owner() view returns (address)
0x0200204e973a4f82aa1e57d213d908f585d70395
symbol() view returns (string)
CREDIT
totalBurn() view returns (uint256)
0
totalCharity() view returns (uint256)
0
totalFees() view returns (uint256)
17334896775126330182681
totalSupply() view returns (uint256)
5000000000000000000000000
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 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()
setAsCharityAccount(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint256 _txFee, uint256 _burnFee, uint256 _charityFee)
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(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, uint256 _charityFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.