BaseAssetCollateral
Verified contract
Active on
Ethereum with 0 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 "BaseAssetCollateral"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BaseAssetCollateral"
ABI
ABI objects
Getter at block 21216668
decimals() view returns (uint8)
18
factory() view returns (address)
0xe1cd722575801fe92eeef2ca23396557f7e3b967
getComponents() view returns (address[])
[0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2]
getUnits() view returns (uint256[])
[134217728]
name() view returns (string)
BaseAssetCollateral
naturalUnit() view returns (uint256)
1000000
symbol() view returns (string)
BACOL
totalSupply() view returns (uint256)
97552136202000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
components(uint256) view returns (address)
tokenIsComponent(address _tokenAddress) view returns (bool)
units(uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _quantity)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _issuer, uint256 _quantity)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _factory, address[] _components, uint256[] _units, uint256 _naturalUnit, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.