Productivist
Verified contract
Active on
Ethereum with 532 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 "Productivist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9606957 | 5 years ago | | | 0 | 0.000038342000 | |
| 9213479 | 5 years ago | | | 0 | 0.000057513000 | |
| 9203790 | 5 years ago | | | 0 | 0.00015336800 | |
| 8511482 | 5 years ago | | | 0 | 0.00014980000 | |
| 8481820 | 5 years ago | | | 0 | 0.00014954400 | |
| 8285684 | 5 years ago | | | 0 | 0.000029185000 | |
| 8285463 | 5 years ago | | | 0 | 0.000029185000 | |
| 8284783 | 5 years ago | | | 0 | 0.000022450000 | |
| 8284100 | 5 years ago | | | 0 | 0.000022450000 | |
| 8282030 | 5 years ago | | | 0 | 0.000022450000 |
ABI
ABI objects
Getter at block 21294206
SHARE_BOUNTY() view returns (uint256)
50
SHARE_FOUNDATION() view returns (uint256)
173
SHARE_PURCHASERS() view returns (uint256)
617
SHARE_TEAM() view returns (uint256)
160
bountyAddress() view returns (address)
0x7033a4bbc3540e4d4cbcd3d28e789fea833f3ac2
cap() view returns (uint256)
38500000000000000
decimals() view returns (uint256)
8
foundationAddress() view returns (address)
0xf8fe3533f28790031a281c7c3c5a3ba142a0df55
mintingFinished() view returns (bool)
true
name() view returns (string)
Productivist
owner() view returns (address)
0x2054e8fab31f6d43b9b801d31c2f4909f697a4a4
paused() view returns (bool)
false
symbol() view returns (string)
PROD
teamAddress() view returns (address)
0x555eb98fa80f28dec74a11272a06434352c6597f
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchMint(address[] _data, uint256[] _amount)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
setName(string _name)
setWallets(address _foundation, address _team, address _bounty)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.