NokuCustomERC20Service
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef72…35cb
Balances ($0.00)
No balances found for "NokuCustomERC20Service"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8138125 | 5 years ago | | | 0 | 0.0062683420 | |
| 7854111 | 5 years ago | | | 0 | 0.062688540 | |
| 7815382 | 5 years ago | | | 0 | 0.021940093 | |
| 7541308 | 6 years ago | | | 0 | 0.0094032810 | |
| 7494054 | 6 years ago | | | 0 | 0.040746719 | |
| 7321845 | 6 years ago | | | 0 | 0.021938301 | |
| 7223340 | 6 years ago | | | 0 | 0.10656617 | |
| 7109823 | 6 years ago | | | 0 | 0.043885562 | |
| 7082164 | 6 years ago | | | 0 | 0.053290699 | |
| 6921293 | 6 years ago | | | 0 | 0.19115680 |
ABI
ABI objects
Getter at block 21217830
CREATE_AMOUNT() view returns (uint256)
1000000000000000000
CUSTOM_ERC20_CREATE_SERVICE_NAME() view returns (bytes32)
0x4e6f6b75437573746f6d45524332302e63726561746500000000000000000000
DECIMALS() view returns (uint8)
18
owner() view returns (address)
0xe4fd84c00efe090e7204b3060b62991b92581afc
paused() view returns (bool)
false
pricingPlan() view returns (address)
0xef728575176486063dfd6c82d22bfdb69eea35cb
Read-only
This contract contains no read-only function objects.
State-modifying
Events createCustomToken(string _name, string _symbol, uint8) returns (address customToken)
createCustomToken(string _name, string _symbol, uint8, uint256 transferableFromBlock, uint256 lockEndBlock) returns (address customToken)
pause()
renounceOwnership()
setPricingPlan(address _pricingPlan)
transferOwnership(address _newOwner)
unpause()
LogNokuCustomERC20ServiceCreated(address caller, address indexed pricingPlan)
LogPricingPlanChanged(address indexed caller, address indexed pricingPlan)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _pricingPlan)
This contract contains no fallback and receive objects.
This contract contains no error objects.