ProxyNetwork
Verified contract
Active on
Ethereum with 499 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc1a7…612d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROXY | ERC-20 | 76.734033K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21407278 | 6 hours ago | | | 0 | 0.00031033385 | |
| 21406609 | 9 hours ago | | | 0 | 0.00015454120 | |
| 21404169 | 17 hours ago | | | 0 | 0.00042297844 | |
| 21403294 | 20 hours ago | | | 0 | 0.00056905830 | |
| 21401705 | a day ago | | | 0 | 0.00062915836 | |
| 21400673 | a day ago | | | 0 | 0.00048488398 | |
| 21399148 | a day ago | | | 0 | 0.00050621983 | |
| 21397857 | 2 days ago | | | 0 | 0.00056327880 | |
| 21397719 | 2 days ago | | | 0 | 0.0046837363 | |
| 21397231 | 2 days ago | | | 0 | 0.00064775535 |
ABI
ABI objects
Getter at block 21409209
_proxyBuyTax() view returns (uint256)
5
_proxySellTax() view returns (uint256)
5
_proxyTaxWallet() view returns (address)
0xc1a7d99282fcb1e1683a9bb677ec56b3c4e0612d
_taxSwapThreshold() view returns (uint256)
50000000000000000000000
decimals() pure returns (uint8)
18
maxWalletLimit() view returns (uint256)
100000000000000000000000000
name() pure returns (string)
ProxyNetwork
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
PROXY
totalSupply() pure returns (uint256)
100000000000000000000000000
Read-only
_isExcludedFromFee(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMaxWalletLimit(uint256 _maxLimit)
changeTaxes(uint256 buyFee, uint256 sellFee)
includeInFee(address account)
manualSwap()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxSwapThreshold(uint256 _taxLimit)
whiteListFromFee(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxWalletPaymentRevert(address indexed taxWallet, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.