FANZY EXCHANGE
Verified contract
Active on
Ethereum with 5,771 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 "FANZY EXCHANGE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17378025 | 2 years ago | | | 0 | 0.0024237642 | |
| 16444858 | 2 years ago | | | 0 | 0.0010379400 | |
| 15975667 | 2 years ago | | | 0 | 0.0015822800 | |
| 15488715 | 2 years ago | | | 0 | 0.0014686360 | |
| 15305328 | 2 years ago | | | 0 | 0.00083064000 | |
| 15301561 | 2 years ago | | | 0 | 0.0015749600 | |
| 15301214 | 2 years ago | | | 0 | 0.00047220000 | |
| 15300170 | 2 years ago | | | 0 | 0.00078748000 | |
| 15300014 | 2 years ago | | | 0 | 0.0015754400 | |
| 15299534 | 2 years ago | | | 0 | 0.00047248800 |
ABI
ABI objects
Getter at block 21324087
INITIAL_SUPPLY() view returns (uint256)
7000000000000000000000000000
LOCK_MAX() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint256)
18
getMyUnlockValue() view returns (uint256)
0
locked() view returns (bool)
false
name() view returns (string)
FANZY EXCHANGE
root() view returns (address)
0x213932550a7f2fac767f7a28a07f4728ae56b794
superOwner() view returns (address)
0x213932550a7f2fac767f7a28a07f4728ae56b794
symbol() view returns (string)
FX
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
candidateSuperOwnerMap(address) view returns (address)
lockValues(address) view returns (uint256)
ownerList(uint256) view returns (address)
owners(address) view returns (bool)
unlockAddrs(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
changeRoot(address newRoot) returns (bool)
changeSuperOwner(address newSuperOwner) returns (bool)
changeSuperOwnerByDAO(address newSuperOwner) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deleteOwner(address owner) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(string note)
lockTo(address addr, string note)
newOwner(address owner) returns (bool)
setLockValue(address addr, uint256 value, string note)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unlock(string note)
unlockTo(address addr, string note)
AddedNewOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangedRoot(address newRoot)
ChangedSuperOwner(address newSuperOwner)
DeletedOwner(address deletedOwner)
Locked(bool locked, string note)
LockedTo(address indexed addr, bool locked, string note)
SetLockValue(address indexed addr, uint256 value, string note)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.