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 "test1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7187972 | 6 years ago | | | 0 | 0.0016768400 | |
| 6446442 | 6 years ago | | | 0 | 0.00011215800 | |
| 5951317 | 6 years ago | | | 0 | 0.0037759860 | |
| 5951310 | 6 years ago | | | 0 | 0.0042275570 | |
| 5951193 | 6 years ago | | | 0 | 0.0037977010 | |
| 5951190 | 6 years ago | | | 0 | 0.0071720460 | |
| 5869652 | 6 years ago | | | 0 | 0.00037450000 | |
| 5834310 | 6 years ago | | | 0 | 0.00067179600 | |
| 5833627 | 6 years ago | | | 0 | 0.00037322000 | |
| 5827866 | 6 years ago | | | 0 | 0.00047644020 |
ABI
ABI objects
Getter at block 21330345
CUSTOM_ERC20_BURN_SERVICE_NAME() view returns (bytes32)
0x4e6f6b75437573746f6d45524332302e6275726e000000000000000000000000
CUSTOM_ERC20_MINT_SERVICE_NAME() view returns (bytes32)
0x4e6f6b75437573746f6d45524332302e6d696e74000000000000000000000000
decimals() view returns (uint8)
18
isCustomToken() pure returns (bool isCustom)
true
mintingFinished() view returns (bool)
false
name() view returns (string)
test1
owner() view returns (address)
0xf29e4e277450e592c0a1554c2a083ded989f5821
pricingPlan() view returns (address)
0x1f3fd6867abf8cd5ffb17e3b26d771d1a1e86053
serviceProvider() view returns (address)
0xe4fd84c00efe090e7204b3060b62991b92581afc
symbol() view returns (string)
test1
totalSupply() view returns (uint256)
170000000000000000000
transferFeePercentage() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
transferFee(uint256 _value) view returns (uint256 usageFee)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool minted)
setPricingPlan(address _pricingPlan)
setTransferFeePercentage(uint256 _transferFeePercentage)
transfer(address _to, uint256 _value) returns (bool transferred)
transferFrom(address _from, address _to, uint256 _value) returns (bool transferred)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
LogNokuCustomERC20Created(address indexed caller, string indexed name, string indexed symbol, uint8 decimals, address pricingPlan, address serviceProvider)
LogPricingPlanChanged(address indexed caller, address indexed pricingPlan)
LogTransferFeePercentageChanged(address indexed caller, uint256 indexed transferFeePercentage)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _pricingPlan, address _serviceProvider)
This contract contains no fallback and receive objects.
This contract contains no error objects.