Ordify
Verified contract
Proxy
Active on
Base with 105 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5243…16b4
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,317.88 |
$0 | |
ORFY | ERC-20 | 363.466414K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12302308 | 8 months ago | | | 0 | 0.00027033353 | |
| 12302301 | 8 months ago | | | 0 | 9.4038889e-7 | |
| 12302292 | 8 months ago | | | 0 | 9.1281256e-7 | |
| 12302120 | 8 months ago | | | 0 | 0.000000902622213828 | |
| 12301922 | 8 months ago | | | 0 | 8.9928294e-7 | |
| 12301860 | 8 months ago | | | 0 | 0.000092521193 | |
| 12301693 | 8 months ago | | | 0 | 0.00023380002 | |
| 12301630 | 8 months ago | | | 0 | 9.2188304e-7 | |
| 12301614 | 8 months ago | | | 0 | 0.0000055531207 | |
| 12301611 | 8 months ago | | | 0 | 0.00018721902 |
ABI
ABI objects
Getter at block 22919349
buyTax() view returns (uint256)
1
decimals() view returns (uint8)
18
feeWallet() view returns (address)
0x4c7430bfa72ed9257f928e3e29e8f8099e124c55
name() view returns (string)
Ordify
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
99
symbol() view returns (string)
ORFY
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x5243c1b1b9918b8acdbe5207252c0ab8126516b4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTax(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableSwap(address router) payable returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address wallet) returns (bool)
withdrawETH() returns (bool)
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()
receive()
AddressInsufficientBalance(address account)