Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5973…14f8
Balances ($0.00)
No balances found for "PoaManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7758352 | 6 years ago | | | 0 | 0.00050677000 | |
| 7757754 | 6 years ago | | | 0 | 0.013554504 | |
| 7757734 | 6 years ago | | | 0 | 0.013554504 | |
| 7757656 | 6 years ago | | | 0 | 0.010166454 | |
| 7757553 | 6 years ago | | | 0 | 0.00091255000 | |
| 7752913 | 6 years ago | | | 0 | 0.00046006000 | |
| 7752913 | 6 years ago | | | 0 | 0.00041711000 | |
| 7752705 | 6 years ago | | | 0 | 0.013546824 | |
| 7752656 | 6 years ago | | | 0 | 0.013546824 | |
| 7752581 | 6 years ago | | | 0 | 0.013549896 |
ABI
ABI objects
Getter at block 21431410
getIssuerAddressList() view returns (address[])
[0xC59b4dA560b6CbD20a15722adDc3C2cadDC317AF, 0x00C379f422Ecc323D6e8aEE38fe8D219bdef35a8, 0x5Bf656b2CF562a6ce1537969F24B2f8851446364, 0xFA4c3cfCb36bCCD548C731c28A3d580ecEe5479E, 0x4746d0181d8e36EFeB99fEE3cdb5fB59CDaAaf89]
getTokenAddressList() view returns (address[])
[0xe3262995F56373Ba2606cCF4f8FA9dCeF2104A7c, 0xD0284e7eBbd39DA585F415a0A8dFF5Cb55FE8197, 0xCF2c439971513AFFD4CadAA20b582BC9275191D5, 0x9af40B8Bba3E46FFDa5E672495a9E2e71602192E, 0xC396e5299177CddEAec405882C856A724d9156B0, 0x9654540abB7e5bE800AdbF803D7f9048EbF9A587, 0xA558096e9BF3A9A45dBeC8c514eFB318E9578D4F, 0x0CD1361C18f3453d1c2847435Ef570bc544BA41a, 0x3BE8615973D70c106e8b49150c3E9d1bAa591d18]
owner() view returns (address)
0x2d12330093c4ffe5fad36bcd1477f73c45a4913b
registry() view returns (address)
0x5973376b603268fe4251d13040226078257014f8
Read-only
isActiveIssuer(address _issuerAddress) view returns (bool)
isActiveToken(address _tokenAddress) view returns (bool)
isRegisteredIssuer(address _issuerAddress) view returns (bool)
isRegisteredToken(address _tokenAddress) view returns (bool)
State-modifying
Events addExistingToken(address _tokenAddress, bool _isListed)
addIssuer(address _issuerAddress)
addNewToken(bytes32 _name32, bytes32 _symbol32, bytes32 _fiatCurrency32, address _custodian, uint256 _totalSupply, uint256 _startTimeForFundingPeriod, uint256 _durationForFiatFundingPeriod, uint256 _durationForEthFundingPeriod, uint256 _durationForActivationPeriod, uint256 _fundingGoalInCents) returns (address)
delistIssuer(address _issuerAddress)
delistToken(address _tokenAddress)
listIssuer(address _issuerAddress)
listToken(address _tokenAddress)
pauseToken(address _tokenAddress)
removeIssuer(address _issuerAddress)
removeToken(address _tokenAddress)
renounceOwnership()
terminateToken(address _tokenAddress)
transferOwnership(address _newOwner)
unpauseToken(address _tokenAddress)
upgradeCrowdsale(address _proxyToken) returns (bool)
upgradeToken(address _proxyToken) returns (bool)
IssuerAdded(address indexed issuer)
IssuerRemoved(address indexed issuer)
IssuerStatusChanged(address indexed issuer, bool active)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenAdded(address indexed token)
TokenRemoved(address indexed token)
TokenStatusChanged(address indexed token, bool active)
constructor(address _registryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.