Nami Token
Verified contract
Active on
Ethereum with 961 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 "Nami Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5039718 | 7 years ago | | | 0 | 0.000064962000 | |
| 5030129 | 7 years ago | | | 0 | 0.00020930000 | |
| 5030028 | 7 years ago | | | 0 | 0.00030783900 | |
Transfer | 5029879 | 7 years ago | | | 0.5 | 0.0020199880 | |
| 5028763 | 7 years ago | | | 0 | 0.00032664100 | |
| 5028763 | 7 years ago | | | 0 | 0.00038727500 | |
| 5028762 | 7 years ago | | | 0 | 0.00038727500 | |
| 5028760 | 7 years ago | | | 0 | 0.00038727500 | |
| 5028756 | 7 years ago | | | 0 | 0.00038727500 | |
| 5028755 | 7 years ago | | | 0 | 0.00038637900 |
ABI
ABI objects
Getter at block 21123361
TOKEN_SUPPLY_LIMIT() view returns (uint256)
1000000000000000000000000000
TRANSFERABLE() view returns (bool)
false
binary() view returns (uint256)
0
binaryAddress() view returns (address)
0x0000000000000000000000000000000000000000
crowdsaleManager() view returns (address)
0x8d80de8a78198396329dfa769ad54d24bf90e7aa
currentPhase() view returns (uint8)
4
decimals() view returns (uint256)
18
escrow() view returns (address)
0xca293800147768bece42669bb29995f1b238d456
getPrice() view returns (uint256 price)
0
name() view returns (string)
Nami Token
namiMultiSigWallet() view returns (address)
0x4e237f139582708a592a14034b3c1a5b38da45a6
namiPresale() view returns (address)
0x23fca527c7f067fb5b5d49fc4b30b7fe90907eec
symbol() view returns (string)
NAC
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burnTokens(address _owner)
buy(address _buyer) payable
changeBinary(uint256 _binary)
changeBinaryAddress(address _binaryAddress)
changeEscrow(address _escrow)
changeTransferable()
migrateForInvestor()
migrateToken(address _from, address _to)
safeWithdraw(address _withdraw, uint256 _amount)
setCrowdsaleManager(address _mgr)
setPresalePhase(uint8 _nextPhase)
transfer(address _to, uint256 _value)
transferForTeam(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferToBuyer(address _to, uint256 _value, address _buyer)
transferToExchange(address _to, uint256 _value, uint256 _price)
withdrawEther(uint256 _amount)
LogBurn(address indexed owner, uint256 value)
LogBuy(address indexed owner, uint256 value)
LogMigrate(address _from, address _to, uint256 amount)
LogPhaseSwitch(uint8 newPhase)
Transfer(address indexed from, address indexed to, uint256 value)
TransferToBuyer(address indexed _from, address indexed _to, uint256 _value, address indexed _seller)
TransferToExchange(address indexed _from, address indexed _to, uint256 _value, uint256 _price)
constructor(address _escrow, address _namiMultiSigWallet, address _namiPresale)
fallback()
This contract contains no error objects.