IP3
Verified contract
Proxy
Active on
Ethereum with 532 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "IP3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20174516 | 5 months ago | | | 0 | 0.000084068876 | |
| 20174511 | 5 months ago | | | 0 | 0.00012829659 | |
| 19477495 | 8 months ago | | | 0 | 0.0010417162 | |
| 19410132 | 9 months ago | | | 0 | 0.0019887070 | |
| 19308275 | 9 months ago | | | 0 | 0.0015392906 | |
| 19272548 | 9 months ago | | | 0 | 0.0016401629 | |
| 19260534 | 9 months ago | | | 0 | 0.0017116709 | |
| 19183686 | 10 months ago | | | 0 | 0.0050147296 | |
| 19182286 | 10 months ago | | | 0 | 0.0028519924 | |
| 19182280 | 10 months ago | | | 0 | 0.0026989714 |
ABI
ABI objects
Getter at block 21282665
DOMAIN_SEPARATOR() view returns (bytes32)
0x7a1b67f7646da8aada87ba568e16fc57be96a14ae9bad06c2556bdfd24999727
chainId() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
IP3
symbol() view returns (string)
IP3
totalSupply() view returns (uint256)
300000000000000000000000000
version() pure returns (string)
1.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256 amount)
getReservation(address account_, uint256 nonce_) view returns (struct ERC20ReservableReservation)
nonces(address owner) view returns (uint256)
reserveOf(address account_) view returns (uint256 count)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address signer_, uint256 amount_, uint256 fee_, uint256 nonce_, bytes signature_) returns (bool succcess)
burn(uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
execute(address from_, uint256 nonce_) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_, string name_, string symbol_, uint256 totalSupply_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
reclaim(address from_, uint256 nonce_) returns (bool success)
reserve(address signer_, address to_, address executor_, uint256 amount_, uint256 fee_, uint256 nonce_, uint256 deadline_, bytes signature_) returns (bool succcess)
transfer(address signer_, address to_, uint256 amount_, uint256 fee_, uint256 nonce_, bytes signature_) returns (bool succcess)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.