OGSMINEM
Verified contract
Active on
Ethereum with 3,492 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($112.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OGSM | ERC-20 | 2.973272B | $0.00 |
$112.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201539 | 16 minutes ago | | | 0 | 0.00079446824 | |
| 21201455 | 33 minutes ago | | | 0 | 0.00070286249 | |
| 21201250 | an hour ago | | | 0 | 0.00094623877 | |
| 21200776 | 3 hours ago | | | 0 | 0.00071610561 | |
| 21199891 | 6 hours ago | | | 0 | 0.00047860954 | |
| 21199793 | 6 hours ago | | | 0 | 0.00048340462 | |
| 21199265 | 8 hours ago | | | 0 | 0.00064965178 | |
| 21198214 | 11 hours ago | | | 0 | 0.00061892799 | |
| 21197846 | 13 hours ago | | | 0 | 0.0014827984 | |
| 21197241 | 15 hours ago | | | 0 | 0.00065816574 |
ABI
ABI objects
Getter at block 21201617
decimals() pure returns (uint8)
18
maxWalletAmount() view returns (uint256)
100000000000000000000000000000000
name() view returns (string)
OGSMINEM
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x7bdb64fb70adb01c7bbfed98e4def7df70c8318b
romanAddress() view returns (address)
0x18b7126c8dddbb7c61e9b2753bb19fbdb7e75e75
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
50000000000000000000000000000
symbol() view returns (string)
OGSM
totalSupply() view returns (uint256)
100000000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
romanFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 amount)
renounceOwnership()
romanAddressSetup(address _newAddress)
romanFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
romanAddressUpdated(address romanAddress)
romanFeeSent(address recipient, uint256 amount)
romanFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.