NokuCustomERC20Service
Verified contract
Active on
Ethereum with 15 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 "NokuCustomERC20Service"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5771044 | 6 years ago | | | 0 | 0.020341050 | |
| 5771019 | 6 years ago | | | 0 | 0.020342970 | |
| 5770949 | 6 years ago | | | 0 | 0.020342970 | |
| 5770920 | 6 years ago | | | 0 | 0.024411564 | |
| 5770898 | 6 years ago | | | 0 | 0.028480158 | |
| 5770522 | 6 years ago | | | 0 | 0.032548752 | |
| 5769710 | 6 years ago | | | 0 | 0.040685940 | |
| 5742662 | 6 years ago | | | 0 | 0.081374440 | |
| 5697684 | 7 years ago | | | 0 | 0.085443162 | |
| 5697356 | 7 years ago | | | 0 | 0.081369320 |
ABI
ABI objects
Getter at block 21332646
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)
0x1f3fd6867abf8cd5ffb17e3b26d771d1a1e86053
Read-only
This contract contains no read-only function objects.
State-modifying
Events createCustomToken(string _name, string _symbol, uint8 _decimals) returns (address customTokenAddress)
pause()
setPricingPlan(address _pricingPlan)
transferOwnership(address newOwner)
unpause()
LogNokuCustomERC20ServiceCreated(address caller, address indexed pricingPlan)
LogPricingPlanChanged(address indexed caller, address indexed pricingPlan)
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.