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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
UWTC | ERC-20 | 1.666K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069895 | a month ago | | | 0 | 0.00023962212 | |
| 18013566 | a year ago | | | 0 | 0.0022999500 | |
| 17463929 | a year ago | | | 0 | 0.00069572397 | |
| 16646569 | 2 years ago | | | 0 | 0.0018433022 | |
| 16644627 | 2 years ago | | | 0 | 0.0020780575 | |
| 16076396 | 2 years ago | | | 0 | 0.00075178389 | |
| 15414686 | 2 years ago | | | 0 | 0.00030856695 | |
| 15325793 | 2 years ago | | | 0 | 0.00088218016 | |
| 15293445 | 2 years ago | | | 0 | 0.00081794329 | |
| 15293378 | 2 years ago | | | 0 | 0.00022424366 |
ABI
ABI objects
Getter at block 21283505
authority() view returns (address)
0x5cc12100e1337f0d2fc711d8e678778eca20dcad
controller() view returns (address)
0x340354b210d5b13327e4ee3305f92e7804e29b68
decimals() view returns (uint256)
18
name() view returns (bytes32)
0x46616e20546f6b656e0000000000000000000000000000000000000000000000
owner() view returns (address)
0xd4b2334ddb9d5468a4a330cd9f63f48f8aed0234
stopped() view returns (bool)
false
symbol() view returns (bytes32)
0x46414e0000000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1576298076893262500000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approve(address guy) returns (bool)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
burn(address _guy, uint256 _wad)
burn(uint256 wad)
changeController(address _newController)
claimTokens(address _token)
mint(address _guy, uint256 _wad)
mint(uint256 wad)
move(address src, address dst, uint256 wad)
pull(address src, uint256 wad)
push(address dst, uint256 wad)
setAuthority(address authority_)
setName(bytes32 name_)
setOwner(address owner_)
start()
stop()
transfer(address _to, uint256 _amount, bytes _data) returns (bool success)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount, bytes _data) returns (bool success)
Approval(address indexed src, address indexed guy, uint256 wad)
Burn(address indexed guy, uint256 wad)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
ERC223Transfer(address indexed from, address indexed to, uint256 amount, bytes data)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Mint(address indexed guy, uint256 wad)
ReceivingContractTokenFallbackFailed(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed src, address indexed dst, uint256 wad)
constructor()
fallback()
This contract contains no error objects.