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 "Wagner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19354969 | 9 months ago | | | 0 | 0.0022204539 | |
| 18856011 | a year ago | | | 0 | 0.0011149553 | |
| 18816053 | a year ago | | | 0 | 0.0024865738 | |
| 18598119 | a year ago | | | 0 | 0.0016587615 | |
| 18351121 | a year ago | | | 0 | 0.00071049450 | |
| 18282819 | a year ago | | | 0 | 0.00081262568 | |
| 18028407 | a year ago | | | 0 | 0.0017038591 | |
| 18028316 | a year ago | | | 0 | 0.0010681360 | |
| 18028309 | a year ago | | | 0 | 0.0010364318 | |
| 18028306 | a year ago | | | 0 | 0.00098183865 |
ABI
ABI objects
Getter at block 21322842
FeeAddress() view returns (address)
0x2d30e1b203db85dac5b9d0e737873dd936c40d96
Optimization() view returns (uint256)
33120014934073385671461906
_BURN_FEE() view returns (uint256)
400
_CHARITY_FEE() view returns (uint256)
400
_TAX_FEE() view returns (uint256)
200
_owner() view returns (address)
0xbdc149340cc73b38aebde5f67bae146a1af9e0d6
decimals() view returns (uint8)
9
name() view returns (string)
Wagner
owner() view returns (address)
0xbdc149340cc73b38aebde5f67bae146a1af9e0d6
symbol() view returns (string)
Wagner
totalBurn() view returns (uint256)
73819819168
totalCharity() view returns (uint256)
174032303775
totalFees() view returns (uint256)
70314071046
totalSupply() view returns (uint256)
49926180180832
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.