Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x515b…9170
Balances ($0.00)
No balances found for "Issuer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11930687 | 4 years ago | | | 0 | 0.013016728 | |
| 11930542 | 4 years ago | | | 0 | 0.012763976 | |
| 11930542 | 4 years ago | | | 0 | 0.012763976 | |
| 11930542 | 4 years ago | | | 0 | 0.012763976 | |
| 11930542 | 4 years ago | | | 0 | 0.012762764 | |
| 11930542 | 4 years ago | | | 0 | 0.012762764 | |
| 11747892 | 4 years ago | | | 0 | 0.0085927520 | |
| 11747735 | 4 years ago | | | 0 | 0.031597000 | |
| 11747735 | 4 years ago | | | 0 | 0.031597000 | |
| 11747735 | 4 years ago | | | 0 | 0.031591000 |
ABI
ABI objects
Getter at block 21294906
isOwner() view returns (bool)
false
isRunning() view returns (bool)
true
owner() view returns (address)
0x185f19b43d818e10a31be68f445ef8edcb8afb83
paused() view returns (bool)
false
token() view returns (address)
0x515ba0a2e286af10115284f151cf398688a69170
Read-only
claims(address) view returns (address issuer, uint8 status, uint256 amount)
isIssuerStaff(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addIssuerStaff(address account)
addPauser(address account)
airdrop(address _payee, uint256 _amount)
claim()
issue(address _payee, uint256 _amount)
pause()
renounceIssuerStaff()
renounceOwnership()
renouncePauser()
transferIssuership(address _newIssuer)
transferOwnership(address newOwner)
unpause()
Claimed(address indexed payee, uint256 amount)
FinishedIssuing(address indexed issuer)
Issued(address indexed payee, address indexed issuer, uint256 amount)
Issued(address indexed payee, uint256 amount)
IssuerStaffAdded(address indexed account)
IssuerStaffRemoved(address indexed account)
IssuershipTransferred(address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.