Balances ($0.00)
No balances found for "PoolToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21010636 | a month ago | | | 0 | 0.00015607548 | |
| 17331999 | a year ago | | | 0 | 0.0022180453 | |
| 16454801 | 2 years ago | | | 0 | 0.00068898576 | |
| 15407096 | 2 years ago | | | 0 | 0.00036866188 | |
| 15225140 | 2 years ago | | | 0 | 0.00081861124 | |
| 15155406 | 2 years ago | | | 0 | 0.00085154634 | |
| 14938447 | 2 years ago | | | 0 | 0.0036801328 |
ABI
ABI objects
Getter at block 21213202
DOMAIN_SEPARATOR() view returns (bytes32)
0xc09b288f4d913a80f57570727b00b6ec0f811807bb41b485adc374e74f02e36e
decimals() view returns (uint8)
18
name() view returns (string)
Bancor 1INCH Pool Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xde1b3ccfc45e3f5bff7f43516f2cd43364d883e4
reserveToken() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
symbol() view returns (string)
bn1INCH
totalSupply() view returns (uint256)
2043942537635605410288
version() pure returns (uint16)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address recipient, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address ownerCandidate)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnerUpdate(address indexed prevOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 initDecimals, address initReserveToken)
This contract contains no fallback and receive objects.
AccessDenied()
InvalidAddress()
InvalidExternalAddress()
SameOwner()