NobelAcme
Verified contract
Active on
Ethereum with 3,025 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 |
---|---|---|---|---|---|
NBAT | ERC-20 | 200 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9325637 | 5 years ago | | | 0 | 0.000037465000 | |
| 8187884 | 5 years ago | | | 0 | 0.000037277000 | |
| 8039027 | 5 years ago | | | 0 | 0.00074554000 | |
| 7824999 | 5 years ago | | | 0 | 0.00014450000 | |
| 7773567 | 5 years ago | | | 0 | 0.00067098600 | |
| 7287931 | 6 years ago | | | 0 | 0.00020757200 | |
| 7108211 | 6 years ago | | | 0 | 0.00032183028 | |
| 7078459 | 6 years ago | | | 0 | 0.000044655600 | |
| 7002970 | 6 years ago | | | 0 | 0.00034633513 | |
| 6989344 | 6 years ago | | | 0 | 0.000089697781 |
ABI
ABI objects
Getter at block 21096643
burnable() view returns (bool)
false
canBurn() view returns (bool)
false
decimals() view returns (uint8)
18
initSupply() view returns (uint256)
1000000000000000000000000000
memo() view returns (string)
Dgk8wa3DdcosT3cEyFCAOoHs7j3FCZtEF2pwlcNsmoIsksaEP4emn0m+rgPQy6q7OawGPGqe1u7UKA9F72Id+m5DDfpaFL7Gug1CIVUlm3Hw/TF2+h9cP9FRk3L2qIwqNL3DPOt+kiHuxvJMJ95J/xlpeI0JsXlahORzHaCZDjwt
mintable() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
NobelAcme
owner() view returns (address)
0x09703b276eb79af919aa5cc3c1c5575876999637
symbol() view returns (string)
NBAT
totalSupply() view returns (uint256)
1000000000000000000000000000
version() view returns (string)
1.1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
ownerSetCanBurn(bool _canBurn)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals, bool _mintable, bool _burnable, string _memo)
This contract contains no fallback and receive objects.
This contract contains no error objects.