Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9b92…1b79
0x4ece…b3ba
0x191a…55eb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORM | ERC-20 | 4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259979 | 3 days ago | | | 0 | 0.00043404896 | |
| 21248532 | 5 days ago | | | 0 | 0.00051857101 | |
| 21243390 | 6 days ago | | | 0 | 0.0068397937 | |
| 21217986 | 9 days ago | | | 0 | 0.00055337206 | |
| 21213559 | 10 days ago | | | 0 | 0.00045395024 | |
| 21210033 | 10 days ago | | | 0 | 0.00060575674 | |
| 21209352 | 10 days ago | | | 0 | 0.00025258274 | |
| 21209346 | 10 days ago | | | 0 | 0.00054558855 | |
| 21204139 | 11 days ago | | | 0 | 0.00051508964 | |
| 21198202 | 12 days ago | | | 0 | 0.0010941607 |
ABI
ABI objects
Getter at block 21283770
_maxTxAmount() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x9b92e1971504fb7a98f467d568ecfaf85a2d1b79
getNumberOfDividendTokenHolders() view returns (uint256)
175
getTotalDividendsDistributed() view returns (uint256)
6398598992182198278
name() view returns (string)
ORMOLUS
owner() view returns (address)
0xadc4780f9badc8111ac2d008519b5ee014db1793
symbol() view returns (string)
ORM
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xe51f3666bdff7d6a662e2e104420201173166674
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
canTransferBeforeTradingIsEnabled(address) view returns (bool)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccount(address _account) view returns (uint256 withdrawableDividends, uint256 withdrawnDividends, uint256 balance)
isExcludedFromFees(address account) view returns (bool)
lastTransfer(address) view returns (uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events activateTrading()
allowPreTrading(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
claim(bool reinvest, uint256 minTokens)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
excludedFromDividends(address newAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reinvestInactive(address account)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setMaxTxnAmount(uint256 maxTxAmount)
setSwapAtAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDividendTracker(address newAddress)
updateTax(uint256 _ethRewards, uint256 _marketingTax)
updateTaxWallets(address dev, address marketing)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
DividendClaimed(uint256 ethAmount, uint256 tokenAmount, address account)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendDividends(uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateDividendTracker(address indexed newAddress, address indexed oldAddress)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.