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 "COUTURE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14976770 | 2 years ago | | | 0 | 0.0018947474 | |
| 14575722 | 3 years ago | | | 0 | 0.0017971017 | |
| 13497499 | 3 years ago | | | 0 | 0.0034045715 | |
| 13126135 | 3 years ago | | | 0 | 0.0039842006 | |
| 13126061 | 3 years ago | | | 0 | 0.0033058966 | |
| 13113961 | 3 years ago | | | 0 | 0.0016767360 | |
| 13080241 | 3 years ago | | | 0 | 0.0025806408 | |
| 13069473 | 3 years ago | | | 0 | 0.0011495640 | |
| 13069446 | 3 years ago | | | 0 | 0.0015032760 | |
| 13069438 | 3 years ago | | | 0 | 0.0016211800 |
ABI
ABI objects
Getter at block 21292918
_owner() view returns (address)
0x0938d4da167831e1d9d7c22b045593f67d665553
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
COUTURE
owner() view returns (address)
0x0938d4da167831e1d9d7c22b045593f67d665553
symbol() view returns (string)
CTUR
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.