Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "IP USDT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137974 | 10 days ago | | | 0 | 0.00060774446 | |
| 20846664 | 2 months ago | | | 0 | 0.00019739339 | |
| 20846652 | 2 months ago | | | 0 | 0.00019767841 | |
| 20805875 | 2 months ago | | | 0 | 0.00061771994 | |
| 20380412 | 4 months ago | | | 0 | 0.00029374679 | |
| 20374102 | 4 months ago | | | 0 | 0.000077568008 | |
| 19866954 | 6 months ago | | | 0 | 0.00035329253 | |
| 19854230 | 6 months ago | | | 0 | 0.000098322273 | |
| 19853683 | 6 months ago | | | 0 | 0.000094576157 | |
| 19834338 | 6 months ago | | | 0 | 0.00021986780 |
ABI
ABI objects
Getter at block 21208381
decimals() view returns (uint8)
18
getAsset() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
name() view returns (string)
IP USDT
owner() view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
symbol() view returns (string)
ipUSDT
totalSupply() view returns (uint256)
875247675158051707872471
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
confirmTransferOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setJoseph(address newJoseph)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address appointedOwner)
AppointedToTransferOwnership(address indexed appointedOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
JosephChanged(address indexed changedBy, address indexed oldJoseph, address indexed newJoseph)
Mint(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address asset)
This contract contains no fallback and receive objects.
This contract contains no error objects.