ordonovus
Verified contract
Active on
Ethereum with 147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xecef…f399
Balances ($0.00)
No balances found for "ordonovus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269140 | an hour ago | | | 0 | 0.00044027556 | |
| 21268669 | 3 hours ago | | | 0 | 0.00056966678 | |
| 21268390 | 3 hours ago | | | 0 | 0.00041676002 | |
| 21267715 | 6 hours ago | | | 0 | 0.00041654519 | |
| 21266191 | 11 hours ago | | | 0 | 0.00093422719 | |
| 21266168 | 11 hours ago | | | 0 | 0.00098789941 | |
| 21265001 | 15 hours ago | | | 0 | 0.0010339883 | |
| 21264536 | 16 hours ago | | | 0 | 0.00082299491 | |
| 21262753 | a day ago | | | 0 | 0.00040223915 | |
| 21261844 | a day ago | | | 0 | 0.00033557058 |
ABI
ABI objects
Getter at block 21269418
_maxTxAmount() view returns (uint256)
10000000000000000000000000000
_maxWalletSize() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Ordo Novus
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ORDUS
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
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)
disableSwap(bool _swapEnabled)
excludeFromFee(address[] _wallets)
includeInFee(address _wallet)
manualswap(bool ethTransfer, uint256 _amount)
renounceOwnership()
setPairContract(address _pair, bool _isPair)
setTaxWallet(address _newWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateLimits(uint256 _tx, uint256 _wallet)
updateMinimumSAmount(uint256 _minimumSAmount)
updateRouterContract(address _router)
updateTaxAmount(uint8 _buy, uint8 _sell)
withdrawStuckAsset(address _token)
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(string name_, string symbol_, uint256 tSupply, address _taxWallet, uint256 bTax, uint256 sTax, uint256 _mTxAmount, uint256 _mWalletAmount)
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)
InValidTax()
MaxTxAmountReached()
MaxWalletLimitReached()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)