Collateral
Verified contract
Active on
Ethereum with 5,067 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 |
---|---|---|---|---|---|
UMX | ERC-20 | 996.35 | -- | -- | |
COLL | ERC-20 | 575 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20993613 | a month ago | | | 0 | 0.0016182546 | |
| 20894198 | 2 months ago | | | 0 | 0.00037913442 | |
| 20804705 | 2 months ago | | | 0 | 0.00048203770 | |
| 20495574 | 3 months ago | | | 0 | 0.000028932961 | |
| 20134289 | 5 months ago | | | 0 | 0.00052666088 | |
| 19874484 | 6 months ago | | | 0 | 0.00034808846 | |
| 19714887 | 7 months ago | | | 0 | 0.00014391941 | |
| 19714887 | 7 months ago | | | 0 | 0.00014391941 | |
| 19642085 | 7 months ago | | | 0 | 0.0017264164 | |
| 19555172 | 8 months ago | | | 0 | 0.00048446000 |
ABI
ABI objects
Getter at block 21245816
INITIAL_SUPPLY() view returns (uint256)
50000000000000000000000000
PRECISION() view returns (uint256)
100
_feeAccount() view returns (address)
0x956af1686ffb90000c9ab574eef44c0a0631a41d
_feePercent() view returns (uint256)
0
_owner() view returns (address)
0x45e4426533cbf9449437563917a75ecce48a6976
decimals() view returns (uint8)
18
name() view returns (string)
Collateral
symbol() view returns (string)
COLL
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExisted(address addr) view returns (bool)
State-modifying
Events addNoFeeAddress(address addr)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeNoFeeAddress(address addr)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateTaxInfo(address feeAccount, uint256 feePercent)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateTaxInfo(address indexed owner, uint256 indexed feePercent)
constructor(address feeAccount, uint256 feePercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.