GoldPesa Option
Verified contract
Active on
Ethereum with 5,231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GPO | ERC-20 | 74.146721M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274877 | 6 days ago | | | 0 | 0.00044437218 | |
| 20857861 | 2 months ago | | | 0 | 0.00019780871 | |
| 20857860 | 2 months ago | | | 0 | 0.00019706788 | |
| 20799195 | 2 months ago | | | 0 | 0.00075707572 | |
| 20741308 | 3 months ago | | | 0 | 0.000069603493 | |
| 20741297 | 3 months ago | | | 0 | 0.000070830526 | |
| 20741271 | 3 months ago | | | 0 | 0.000091038881 | |
| 20709754 | 3 months ago | | | 0 | 0.000028750623 | |
| 20572027 | 3 months ago | | | 0 | 0.000029008820 | |
| 20494871 | 4 months ago | | | 0 | 0.000033887325 |
ABI
ABI objects
Getter at block 21315729
AUTHORIZED_LOCK() view returns (bytes32)
0x53af0b0ef1da26cd82018c8e2471da658bf76a4c1c40b81ef9a34d1083f1ad3f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_name() view returns (string)
GoldPesa Option
_symbol() view returns (string)
GPO
addrUSDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
authorizedPool() view returns (address)
0xb0570b3f11c380abfc187e43e6a47a1c4e34b8e5
capOnWallet() view returns (uint256)
100000
decimals() view returns (uint8)
18
feeOnSwap() view returns (uint256)
10
feeSplitsLength() view returns (uint256)
1
fixedSupply() view returns (uint256)
100000000
freeTrade() view returns (bool)
false
hardCapOnToken() view returns (uint256)
100000000000000000000000000
hardCapOnWallet() view returns (uint256)
100000000000000000000000
name() view returns (string)
GoldPesa Option
owner() view returns (address)
0x33e0ec5226d7175d024a7d6b066d0bee3f8ac9c0
paused() view returns (bool)
true
swapEnabled() view returns (bool)
false
swapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
symbol() view returns (string)
GPO
totalSupply() view returns (uint256)
100000000000000000000000000
walletsTimelockedUntil() view returns (uint256)
1665864000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeSplits(uint256) view returns (address recipient, uint16 fee)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lockedWallets(address) view returns (bool)
lockedWalletsAmount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelistedWallets(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeWalletWhitelist(address _addr, bool yesOrNo)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockUnlockWallet(address account, bool yesOrNo, uint256 amount)
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeOnSwap(uint24 _feeOnSwap)
setFeeSplits(struct GPOFeeSplit[] _feeSplits)
setPoolParameters(address USDC, uint24 poolFee)
swapFromExactInput(uint256 amountIn, uint256 amountOutMinimum, uint256 deadline) returns (uint256 amountOut)
swapFromExactOutput(uint256 amountInMaximum, uint256 amountOut, uint256 deadline) returns (uint256 amountIn)
swapToExactInput(uint256 amountIn, uint256 amountOutMinimum, uint256 deadline) returns (uint256 amountOut)
swapToExactOutput(uint256 amountInMaximum, uint256 amountOut, uint256 deadline) returns (uint256 amountIn)
switchFreeTrade()
switchSwapEnabled()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferTokensTo(address _to, uint256 amount)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensSwaped(address indexed purchaser, uint256 amountIn, uint256 amountOut, bool direction)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _swapRouter, uint256 _walletsTimelockedUntil)
This contract contains no fallback and receive objects.
This contract contains no error objects.