Integral
Verified contract
Active on
Ethereum with 9,319 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EDEN | ERC-20 | 118.608 | $0.025083 |
$2.98 | |
ITGR | ERC-20 | 238.753633 | $0.005866 |
$1.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154907 | 8 hours ago | | | 0 | 0.0017429975 | |
| 21145648 | 2 days ago | | | 0 | 0.00074086773 | |
| 21141601 | 2 days ago | | | 0 | 0.00054537845 | |
| 21139194 | 3 days ago | | | 0 | 0.00033956301 | |
| 21136910 | 3 days ago | | | 0 | 0.0014403647 | |
| 21134084 | 3 days ago | | | 0 | 0.00052877553 | |
| 21131785 | 4 days ago | | | 0 | 0.0026291731 | |
| 21128991 | 4 days ago | | | 0 | 0.0022731576 | |
| 21127662 | 4 days ago | | | 0 | 0.0025826437 | |
| 21123699 | 5 days ago | | | 0 | 0.0021074634 |
ABI
ABI objects
Getter at block 21157445
DELEGATION_TYPEHASH() view returns (bytes32)
0x559ecdc56deb20a8459e4cf815474e49f61cc42291343e2a6973295dd8139baa
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
getChainId() pure returns (uint256)
1
name() view returns (string)
Integral
owner() view returns (address)
0xff030beb0335432e156a0ee55bd87850eaad228e
symbol() view returns (string)
ITGR
totalSupply() view returns (uint256)
299928912881943478183991354
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
checkpointsLength(address) view returns (uint32)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getDelegate(address account) view returns (address)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
isBlacklisted(address) view returns (bool)
isBurner(address) view returns (bool)
isMinter(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 _amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 _subtractedAmount) returns (bool)
delegate(address newDelegate)
delegateWithSignature(address newDelegate, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 _extraAmount) returns (bool)
mint(address to, uint256 _amount)
setBlacklisted(address account, bool _isBlacklisted)
setBurner(address account, bool _isBurner)
setMinter(address account, bool _isMinter)
setOwner(address _owner)
transfer(address to, uint256 _amount) returns (bool)
transferFrom(address from, address to, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
BlacklistedSet(address indexed account, bool isBlacklisted)
BurnerSet(address indexed account, bool isBurner)
DelegateVotesChanged(address indexed account, uint96 oldVotes, uint96 newVotes)
DelegatesChanged(address indexed account, address indexed oldDelegate, address indexed newDelegate)
MinterSet(address indexed account, bool isMinter)
OwnerSet(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address account, uint256 _initialAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.