Geopolitics
Verified contract
Active on
Base with 2,255 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 |
---|---|---|---|---|---|
GEO | ERC-20 | 0.521393 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23211468 | 19 minutes ago | | | 0 | 7.2967963e-7 | |
| 23211466 | 19 minutes ago | | | 0 | 6.7448032e-7 | |
| 23211463 | 19 minutes ago | | | 0 | 7.2836524e-7 | |
| 23211457 | 19 minutes ago | | | 0 | 0.0000015733150 | |
| 23211450 | 20 minutes ago | | | 0 | 0.0000013008885 | |
| 23211391 | 22 minutes ago | | | 0 | 0.0000019345196 | |
| 23211338 | 23 minutes ago | | | 0 | 0.0000019211215 | |
| 23211280 | 25 minutes ago | | | 0 | 0.0000014352560 | |
| 23211277 | 25 minutes ago | | | 0 | 7.2645353e-7 | |
| 23211177 | 29 minutes ago | | | 0 | 0.0000012822784 |
ABI
ABI objects
Getter at block 23212036
decimals() pure returns (uint8)
9
game() view returns (address)
0x05cae46b8f14df0547419078f8fc3f44a85dabcd
game_share() view returns (uint256)
800
is_token_started() view returns (bool)
true
maxBuy() view returns (uint256)
33333000000000
max_tax_share() view returns (uint256)
150
name() view returns (string)
GEOPOLITICS
owner() view returns (address)
0x39e11635eb05902e4c0c9d2c8d9e3afe725d46e8
pair_address() view returns (address)
0xa538618736a3804b7db306ff1773321dfe7e69c8
receiver() view returns (address)
0x39e11635eb05902e4c0c9d2c8d9e3afe725d46e8
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
GEO
tax_share() view returns (uint256)
20
tax_share_precesion() view returns (uint256)
1000
totalSupply() view returns (uint256)
33330840000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
make_pool() payable
ownerRenounce()
set_game(address new_game_address)
set_game_share(uint256 new_game_share)
set_receiver(address new_receiver)
set_tax_share(uint256 new_tax_share)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
RenounceOwnership()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address router_address)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)