Exp
Verified contract
Proxy
Active on
Ethereum with 2,346 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x1f56…b32f
0x41f7…ce83
14 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,826.81 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19242611 | 10 months ago | | | 0 | 0.00073766990 | |
| 17918088 | a year ago | | | 0 | 0.0033589042 | |
| 17888881 | a year ago | | | 0 | 0.0016945878 | |
| 17617295 | a year ago | | | 0 | 0.0014867301 | |
| 17367047 | 2 years ago | | | 0 | 0.0029688174 | |
| 17236347 | 2 years ago | | | 0 | 0.0077676216 | |
| 17229884 | 2 years ago | | | 0 | 0.0061319069 | |
| 17145651 | 2 years ago | | | 0 | 0.0019800319 | |
| 17145640 | 2 years ago | | | 0 | 0.0040314218 | |
| 17132758 | 2 years ago | | | 0 | 0.0024249924 |
ABI
ABI objects
Getter at block 21383108
buyTaxCount() view returns (uint256)
801
buyTaxPercentage() view returns (uint256)
0
costToClaim() view returns (uint256)
10000000000000000000
decimals() view returns (uint8)
18
durationBetweenClaim() view returns (uint256)
172800
minimumTokensToSwap() view returns (uint256)
0
name() view returns (string)
Exp
owner() view returns (address)
0x7a2708b9cb7951ddc8f7b800a2a22d035cc391ae
paused() view returns (bool)
false
sellTaxPercentage() view returns (uint256)
15
symbol() view returns (string)
EXP
toWallet1Percentage() view returns (uint256)
0
toWallet2Percentage() view returns (uint256)
93
toWallet3Percentage() view returns (uint256)
7
totalSupply() view returns (uint256)
2281173077034089662286897
uniswapV2Pair() view returns (address)
0x432a1075e4c8c12e54df0e8b092a2b1e6579dc6e
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletAddress1() view returns (address)
0x1f5652e7f240cc2ba2a99d5cd9ae19e75c1bb32f
walletAddress2() view returns (address)
0x41f727e0f74ed199e42cc7af16b56de0cb5ece83
walletAddress3() view returns (address)
0x7a2708b9cb7951ddc8f7b800a2a22d035cc391ae
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTaxes(address account) view returns (bool)
lastClaimed(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address tokenOwner, uint256 amount)
createInternetCoin(bytes32 key, bytes signature, uint256 amount, uint256 timestamp)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositInternetCoin(bytes32 key, bytes signature, uint256 amount, uint256 timestamp)
excludeFromTaxes(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
manualSend()
manualSwapAndWithdraw()
pause()
renounceOwnership()
setBuyTaxPercentage(uint256 buyTax)
setCostToClaim(uint256 amount)
setDurationBetweenClaim(uint256 duration)
setMinimumTokensToSwap(uint256 amount)
setSellTaxPercentage(uint256 sellTax, uint256 taxTo1, uint256 taxTo2, uint256 taxTo3)
setSignerAddress(address adr)
setWallet1(address wallet1)
setWallet2(address wallet2)
setWallet3(address wallet3)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyTax(uint256 indexed count, uint256 amount)
DepositExp(address indexed sender, bytes32 indexed key, uint256 amount)
ExternalBurn(address indexed sender, uint256 amount)
MintedExp(address indexed sender, bytes32 indexed key, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.