Collateral Network
Verified contract
Active on
Ethereum with 2,615 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 "Collateral Network"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202510 | a day ago | | | 0 | 0.00037089014 | |
| 21199654 | a day ago | | | 0 | 0.00073512900 | |
| 21178660 | 4 days ago | | | 0 | 0.0019698984 | |
| 21175642 | 5 days ago | | | 0 | 0.00088908681 | |
| 21168409 | 6 days ago | | | 0 | 0.0014064367 | |
| 21163893 | 6 days ago | | | 0 | 0.00091795888 | |
| 21163893 | 6 days ago | | | 0 | 0.00091795888 | |
| 21161845 | 7 days ago | | | 0 | 0.00070676837 | |
| 21159052 | 7 days ago | | | 0 | 0.0022345924 | |
| 21156669 | 7 days ago | | | 0 | 0.00049146324 |
ABI
ABI objects
Getter at block 21209946
decimals() view returns (uint8)
18
name() view returns (string)
Collateral Network
owner() view returns (address)
0x599727f7e3783ea007a9469041f44be6bdeef756
symbol() view returns (string)
COLT
totalSupply() view returns (uint256)
1400000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _treasury, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.