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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001849 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145098 | 5 months ago | | | 0 | 0.000076634000 | |
| 17612373 | a year ago | | | 0 | 0.00054280198 | |
| 17568886 | a year ago | | | 0 | 0.00053280466 | |
| 17568872 | a year ago | | | 0 | 0.00052593629 | |
| 17560339 | a year ago | | | 0 | 0.00051031726 | |
| 17560313 | a year ago | | | 0 | 0.00052217254 | |
| 17560245 | a year ago | | | 0 | 0.00051341985 | |
| 17560237 | a year ago | | | 0 | 0.00054177047 | |
| 17560233 | a year ago | | | 0 | 0.00052254992 | |
| 17560209 | a year ago | | | 0 | 0.00051813960 |
ABI
ABI objects
Getter at block 21292636
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
4
migrationAgent() view returns (address)
0x0000000000000000000000000000000000000000
migrationMaster() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
WADCoin
owner() view returns (address)
0x437a92c81c7494568352838201d85807156e4582
sellPrice() view returns (uint256)
0
symbol() view returns (string)
wad
totalMigrated() view returns (uint256)
0
totalSupply() view returns (uint256)
88000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity)
tokensLocked(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
transferableBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
lock(address _of, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
mintToken(address target, uint256 mintedAmount)
setMigrationAgent(address _agent)
setMigrationMaster(address _master)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
Migrate(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.