PrimeDAO Token
Verified contract
Active on
Ethereum with 735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PrimeDAO Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20691659 | 2 months ago | | | 0 | 0.00015377255 | |
| 18516201 | a year ago | | | 0 | 0.0013692030 | |
| 18344533 | a year ago | | | 0 | 0.00032492234 | |
| 18248939 | a year ago | | | 0 | 0.00028513014 | |
| 17539356 | a year ago | | | 0 | 0.00041177400 | |
| 17366350 | a year ago | | | 0 | 0.0015018357 | |
| 17018175 | 2 years ago | | | 0 | 0.0010924226 | |
| 16957575 | 2 years ago | | | 0 | 0.00089533916 | |
| 16618845 | 2 years ago | | | 0 | 0.00077090839 | |
| 16394992 | 2 years ago | | | 0 | 0.00074409600 |
ABI
ABI objects
Getter at block 21176330
cap() view returns (uint256)
90000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
PrimeDAO Token
symbol() view returns (string)
PRIME
totalSupply() view returns (uint256)
90000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, uint256 cap, address genesisMultisig)
This contract contains no fallback and receive objects.
This contract contains no error objects.