IPOR Token
Verified contract
Active on
Ethereum with 6,883 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "IPOR Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294560 | 2 hours ago | | | 0 | 0.00072171674 | |
| 21293655 | 5 hours ago | | | 0 | 0.00075181479 | |
| 21293146 | 7 hours ago | | | 0 | 0.00052358351 | |
| 21292876 | 7 hours ago | | | 0 | 0.00032479386 | |
| 21292067 | 10 hours ago | | | 0 | 0.00018257272 | |
| 21287448 | a day ago | | | 0 | 0.00040501064 | |
| 21281163 | 2 days ago | | | 0 | 0.00081990352 | |
| 21281155 | 2 days ago | | | 0 | 0.0011918000 | |
| 21281019 | 2 days ago | | | 0 | 0.00088111616 | |
| 21279889 | 2 days ago | | | 0 | 0.00057756307 |
ABI
ABI objects
Getter at block 21295076
decimals() view returns (uint8)
18
getContractId() pure returns (bytes32)
0xdba05ed67d0251facfcab8345f27ccd3e72b5a1da8cebfabbcccf4316e6d053c
name() view returns (string)
IPOR Token
symbol() view returns (string)
IPOR
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address daoWalletAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.