DeFinity
Verified contract
Active on
Ethereum with 8,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,467.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.465468K | $1.001 |
$2,467.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155708 | 3 hours ago | | | 0 | 0.00054130232 | |
| 21155673 | 4 hours ago | | | 0 | 0.00056004926 | |
| 21154111 | 9 hours ago | | | 0 | 0.00053591336 | |
| 21153405 | 11 hours ago | | | 0 | 0.00082114053 | |
| 21153405 | 11 hours ago | | | 0 | 0.00057220419 | |
| 21153219 | 12 hours ago | | | 0 | 0.00076724244 | |
| 21152031 | 16 hours ago | | | 0 | 0.00038021588 | |
| 21148076 | a day ago | | | 0 | 0.00054215212 | |
| 21146992 | a day ago | | | 0 | 0.00067398652 | |
| 21145890 | 2 days ago | | | 0 | 0.00089204835 |
ABI
ABI objects
Getter at block 21156743
decimals() view returns (uint8)
18
launchPool() view returns (address)
0xbdee9c999b7f1a07bf62c2006a5cfb3dd40b1776
name() view returns (string)
DeFinity
owner() view returns (address)
0xdef0e03b36c0ad5247b2529b1364c83762b8c285
symbol() view returns (string)
DEFX
totalSupply() view returns (uint256)
171516755000000000000000000
uniFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addSender(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRestrictionAmount(uint256 amount)
setRestrictionGas(uint256 price)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistAccount(address account)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.