IOAEX BDR TOKEN
Verified contract
Active on
Ethereum with 233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IOAEX | ERC-20 | 120M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790219 | 2 years ago | | | 0 | 0.0029375264 | |
| 9042431 | 5 years ago | | | 0 | 0.00011523000 | |
| 9013617 | 5 years ago | | | 0 | 0.000041780200 | |
| 8535373 | 5 years ago | | | 0 | 0.00079857000 | |
| 8132062 | 5 years ago | | | 0 | 0.0010647600 | |
| 8121593 | 5 years ago | | | 0 | 0.0019142640 | |
| 8034104 | 5 years ago | | | 0 | 0.0021801340 | |
| 8014967 | 5 years ago | | | 0 | 0.00076348000 | |
| 8014957 | 5 years ago | | | 0 | 0.00076476000 | |
| 8014942 | 5 years ago | | | 0 | 0.0010647600 |
ABI
ABI objects
Getter at block 21121866
AbcInstance() view returns (address)
0x044082d51bcc68378b63f8774fb6b5d936b529b7
applyCounts() view returns (uint256)
0
decimals() view returns (uint8)
3
name() view returns (string)
IOAEX BDR TOKEN
owner() view returns (address)
0x06f234d896a90a04e748ade06c129d2656f917ca
paused() view returns (bool)
false
requestSigners() view returns (uint256)
2
symbol() view returns (string)
IOB
totalSupply() view returns (uint256)
120000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
exchangeLock(address) view returns (uint256)
exchangeTrx(uint256) view returns (bool executed, address from, uint256 value)
getConfirmerOfTrx(uint256 _trxSeq, uint256 _index) view returns (address)
getConfirmersLengthOfTrx(uint256 _trxSeq) view returns (uint256)
isConfirmer(uint256 _trxSeq, address _signer) view returns (bool)
isSigner(address) view returns (bool)
lockDetail(address, uint256) view returns (uint256 amount, uint256 releaseTime)
releasableTokens(address benefit) view returns (uint256)
transferLocked(address) view returns (uint256)
State-modifying
Events applyExchangeToken(uint256 _value) returns (uint256)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
cancelConfirm(uint256 _trxSeq)
cancleExchangeRequest(uint256 _trxSeq)
confirmExchangeTrx(uint256 _trxSeq)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool success)
executeExchangeTrx(uint256 _trxSeq)
increaseApproval(address spender, uint256 addedValue) returns (bool success)
pause()
release(address benefit)
setAbcInstance(address _abc)
setSigners(address[] _signers, bool _addSigner)
setrequestSigners(uint256 _requestSigners)
tokenFallback(address _from, uint256 _value, bytes)
transfer(address _to, uint256 _value) returns (bool success)
transferAndLock(address _to, uint256 _value, uint256 _lockdays) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
ApplyExchangeToken(address indexed from, uint256 value, uint256 trxSeq)
Approval(address indexed owner, address indexed spender, uint256 value)
CancleConfirmTrx(address indexed signer, uint256 indexed trxSeq)
CancleExchangeRequest(address indexed signer, uint256 indexed trxSeq)
ConfirmTrx(address indexed signer, uint256 indexed trxSeq)
LockToken(address indexed benefit, uint256 amount, uint256 releasetime)
Mint(address indexed target, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
ReleaseToken(address indexed benefit, uint256 amount)
SetSigner(address indexed signer, bool isSigner)
TokenExchange(address indexed from, uint256 value, bool AbcExchangeBDR)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.