coupon assets token
Verified contract
Active on
Ethereum with 26,767 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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254485 | a day ago | | | 0 | 0.00056035901 | |
| 21250602 | 2 days ago | | | 0 | 0.00072088692 | |
| 21250177 | 2 days ago | | | 0 | 0.00046662383 | |
| 21093197 | 24 days ago | | | 0 | 0.00080351674 | |
| 21084347 | 25 days ago | | | 0 | 0.00039242375 | |
| 20732216 | 2 months ago | | | 0 | 0.00010362472 | |
| 20453213 | 4 months ago | | | 0 | 0.000030236000 | |
| 20402441 | 4 months ago | | | 0 | 0.000058076721 | |
| 19624179 | 7 months ago | | | 0 | 0.00070369730 | |
| 19609926 | 8 months ago | | | 0 | 0.00075808600 |
ABI
ABI objects
Getter at block 21262484
canBurn() view returns (bool)
true
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
coupon assets token
owner() view returns (address)
0x8474f2874e651c53f5f646e15f0323fcb9a1f7a9
symbol() view returns (string)
CA-HTB慧票資產
totalSupply() view returns (uint256)
1914131900000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
ownerCanBurn(bool _canBurn)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals, bool _canMint, bool _canBurn)
This contract contains no fallback and receive objects.
This contract contains no error objects.