CryptoPirates
Verified contract
Active on
Ethereum with 1,846 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 |
---|---|---|---|---|---|
OGMF | ERC-20 | 3.258239M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098515 | 10 days ago | | | 0 | 0.00019990598 | |
| 21083608 | 12 days ago | | | 0 | 0.00034420983 | |
| 21083605 | 12 days ago | | | 0 | 0.00034825607 | |
| 20982605 | a month ago | | | 0 | 0.00042620679 | |
| 20982583 | a month ago | | | 0 | 0.00043414388 | |
| 20975894 | a month ago | | | 0 | 0.00051273200 | |
| 20975797 | a month ago | | | 0 | 0.00026765109 | |
| 20975795 | a month ago | | | 0 | 0.00050725684 | |
| 20956430 | a month ago | | | 0 | 0.00024470628 | |
| 20843179 | 2 months ago | | | 0 | 0.0011666171 |
ABI
ABI objects
Getter at block 21169575
BUY_BURN() view returns (uint256)
70
MAX_SUPPLY() view returns (uint256)
75000000000000000000000000000
MAX_TX_AMOUNT() view returns (uint256)
3000000000000000000000000000
TAX() view returns (uint256)
15
botDetectionActive() view returns (bool)
false
decimals() view returns (uint8)
18
isTaxActive() view returns (bool)
true
maxTransactionActive() view returns (bool)
true
name() view returns (string)
CryptoPirates
owner() view returns (address)
0x14112f619f1764e38444c39344f14af2a632a843
swapTokensAtAmount() view returns (uint256)
50000000000000000000000000
symbol() view returns (string)
OGMF
totalSupply() view returns (uint256)
73249218660000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pairs(address) view returns (bool)
State-modifying
Events addPair(address pair)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
createPair()
deactivateMaxTransaction()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyTransfer()
excludeFromBotProtection(address account)
excludeFromFee(address account)
excludeFromMaxTxAmount(address account)
includeInBotProtection(address account)
includeInFee(address account)
includeInMaxTxAmount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removePair(address pair)
renounceOwnership()
setBotDetectionStatus(bool status)
setBurnWallet(address burnWallet)
setPoolWallet(address poolWallet)
setSwapTokensAtAmount(uint256 amount)
setTaxStatus(bool status)
setTeamWallet(address teamWallet)
setUniswapV2Router(address uniswapV2Router)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address uniswapV2Router_, address poolWallet_, address burnWallet_, address teamWallet_)
This contract contains no fallback and receive objects.
This contract contains no error objects.