MyWill Coin
Verified contract
Active on
Ethereum with 25 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 "MyWill Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5888793 | 6 years ago | | | 0 | 0.00079070400 | |
| 5455043 | 7 years ago | | | 0 | 0.00048734000 | |
| 5455010 | 7 years ago | | | 0 | 0.00048734000 | |
| 5055250 | 7 years ago | | | 0 | 0.000024431000 | |
| 4977283 | 7 years ago | | | 0 | 0.00018413200 | |
| 4841869 | 7 years ago | | | 0 | 0.0011179380 | |
| 4841803 | 7 years ago | | | 0 | 0.0011179380 | |
| 4629731 | 7 years ago | | | 0 | 0.00078179200 | |
| 4604764 | 7 years ago | | | 0 | 0.00051170700 | |
| 4604716 | 7 years ago | | | 0 | 0.00051170700 |
ABI
ABI objects
Getter at block 21416485
decimals() view returns (uint8 _decimals)
18
mintingFinished() view returns (bool)
true
name() view returns (string _name)
MyWill Coin
owner() view returns (address)
0xb2f79aaaeafba79d5ca63657a690d02a969a36fe
paused() view returns (bool)
true
symbol() view returns (bytes32 _symbol)
0x57494c0000000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
16107900652994750000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events addExcluded(address _toExclude)
approve(address _spender, uint256 _value) returns (bool)
crowdsaleFinished()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.