Welcome Coin
Verified contract
Active on
Ethereum with 637 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 |
---|---|---|---|---|---|
WEL | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14462141 | 3 years ago | | | 0 | 0.0010668825 | |
| 12901571 | 3 years ago | | | 0 | 0.0012180830 | |
| 12489299 | 3 years ago | | | 0 | 0.0016110130 | |
| 9217867 | 5 years ago | | | 0 | 0.00017568780 | |
| 8871244 | 5 years ago | | | 0 | 0.00055037850 | |
| 8364002 | 5 years ago | | | 0 | 0.000061632450 | |
| 8255032 | 5 years ago | | | 0 | 0.00074834000 | |
| 8104578 | 5 years ago | | | 0 | 0.000022450200 | |
| 8101510 | 5 years ago | | | 0 | 0.00014379000 | |
| 7869250 | 5 years ago | | | 0 | 0.00018676500 |
ABI
ABI objects
Getter at block 21207313
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Welcome Coin
owner() view returns (address)
0xd0121a9620f789b5bde596e298cd397caa1161ec
paused() view returns (bool)
false
symbol() view returns (string)
WEL
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
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)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.