YouToken
Verified contract
Active on
Ethereum with 1,244 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 "YouToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8625786 | 5 years ago | | | 0 | 0.00077426000 | |
| 8132223 | 5 years ago | | | 0 | 0.00088892700 | |
| 8088248 | 5 years ago | | | 0 | 0.00015485200 | |
| 7413661 | 6 years ago | | | 0 | 0.00019356500 | |
| 6662826 | 6 years ago | | | 0 | 0.00019356500 | |
| 6618274 | 6 years ago | | | 0 | 0.00015459600 | |
| 6519509 | 6 years ago | | | 0 | 0.00077426000 | |
| 6464099 | 6 years ago | | | 0 | 0.000077426000 | |
| 6398078 | 6 years ago | | | 0 | 0.00054675000 | |
| 6398076 | 6 years ago | | | 0 | 0.00039675000 |
ABI
ABI objects
Getter at block 21301459
DAICOCap() view returns (uint256)
1000000000000000000000000000
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint256)
18
listener() view returns (address)
0x0000000000000000000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
YouToken
owner() view returns (address)
0xb1b747a3ccb8cb50a148d83e3bc6aa605c8c1b98
paused() view returns (bool)
false
proofOfConceptCap() view returns (uint256)
100000000000000000000000000
state() view returns (uint8)
0
symbol() view returns (string)
YTN
totalSupply() view returns (uint256)
4555837149920238800000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isAllowTransfer(address _holder) view returns (bool)
isHold(address _holder) view returns (bool)
State-modifying
Events addAllowTransfer(address _holder)
addListener(address _listener)
approve(address spender, uint256 value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
hold(address _holder, uint256 _expired)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
setState(uint256 _state)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unhold()
unhold(address _holder)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Hold(address holder, uint256 expired)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unhold(address holder)
Unpause()
constructor(uint256 _proofOfConceptCap, uint256 _DAICOCap)
fallback()
This contract contains no error objects.