Integration Of Credit
Verified contract
Active on
Ethereum with 42 txns
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 "Integration Of Credit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6317086 | 6 years ago | | | 0 | 0.00027643500 | |
| 6316026 | 6 years ago | | | 0 | 0.0016859362 | |
| 6316008 | 6 years ago | | | 0 | 0.0017812612 | |
| 6315990 | 6 years ago | | | 0 | 0.0016750419 | |
| 6249967 | 6 years ago | | | 0 | 0.00020717600 | |
| 6246538 | 6 years ago | | | 0 | 0.00048168420 | |
| 6246509 | 6 years ago | | | 0 | 0.00049722240 | |
| 6210121 | 6 years ago | | | 0 | 0.00027819359 | |
| 6199974 | 6 years ago | | | 0 | 0.00072268422 | |
| 6198974 | 6 years ago | | | 0 | 0.00021780360 |
ABI
ABI objects
Getter at block 21386059
INITIAL_SUPPLY() view returns (uint256)
1000000000000000
decimals() view returns (uint8)
6
name() view returns (string)
Integration Of Credit
owner() view returns (address)
0xdd7bd5665e63b157cf2d42c2ce879ddebdcb5743
symbol() view returns (string)
IOL
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
safeWithdrawal(uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.