IP3Token
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
Balances ($0.00)
No balances found for "IP3Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IP3Token"
ABI
ABI objects
Getter at block 21282665
DOMAIN_SEPARATOR() view returns (bytes32)
0xd89d351fbea3e6ab3a94c65cf61a5579c9760f4945bb088d8eae81a748fffaff
chainId() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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 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)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.