Asset Backed Protocol
Verified contract
Active on
Ethereum with 170 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 "Asset Backed Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13989095 | 3 years ago | | | 0 | 0.0076052078 | |
| 13833566 | 3 years ago | | | 0 | 0.0033216496 | |
| 13816181 | 3 years ago | | | 0 | 0.0032631494 | |
| 13758126 | 3 years ago | | | 0 | 0.0041346744 | |
| 13707272 | 3 years ago | | | 0 | 0.0036988681 | |
| 13661230 | 3 years ago | | | 0 | 0.010192027 | |
| 13632009 | 3 years ago | | | 0 | 0.0039837919 | |
| 13630109 | 3 years ago | | | 0 | 0.0041829964 | |
| 13625186 | 3 years ago | | | 0 | 0.0042655204 | |
| 13625032 | 3 years ago | | | 0 | 0.0055273528 |
ABI
ABI objects
Getter at block 21306955
decimals() view returns (uint8)
8
name() view returns (string)
Asset Backed Protocol
owner() view returns (address)
0xdc1858fc7db53019211de950e95c6d2672733ec8
paused() view returns (bool)
false
symbol() view returns (string)
ABP
totalSupply() view returns (uint256)
200000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfLocked(address owner) view returns (uint256)
balanceOfTotal(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isAdmin(address account) view returns (bool)
isMinter(address account) view returns (bool)
isOwner(address account) view returns (bool)
timelockList(address, uint256) view returns (uint256 _releaseTime, uint256 _amount)
State-modifying
Events addAdmin(address account)
addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address holder) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
lock(address holder, uint256 value, uint256 releaseTime) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
removeAdmin(address account)
removeMinter(address account)
renounceAdmin()
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address holder, uint256 value, uint256 releaseTime) returns (bool)
unfreezeAccount(address holder) returns (bool)
unlock(address holder, uint256 idx) returns (bool)
unpause()
AdminAdded(address indexed account)
AdminRemoved(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed holder, uint256 value, uint256 releaseTime)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed holder, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.