Sotokoto Peace Token
Verified contract
Active on
Ethereum with 656 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 "Sotokoto Peace Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20890505 | a month ago | | | 0 | 0.00020283398 | |
| 20875184 | 2 months ago | | | 0 | 0.00024503968 | |
| 20820324 | 2 months ago | | | 0 | 0.00074083154 | |
| 20726793 | 2 months ago | | | 0 | 0.00013006525 | |
| 20670846 | 2 months ago | | | 0 | 0.00062092612 | |
| 20527431 | 3 months ago | | | 0 | 0.00066476351 | |
| 20527322 | 3 months ago | | | 0 | 0.00093199634 | |
| 20356567 | 4 months ago | | | 0 | 0.0013655750 | |
| 20168011 | 5 months ago | | | 0 | 0.00019371054 | |
| 20167932 | 5 months ago | | | 0 | 0.00033619388 |
ABI
ABI objects
Getter at block 21214204
DECIMAL_MULTIPLIER() view returns (uint256)
100000000
INITIAL_SUPPLY() view returns (uint256)
50000000000000000
MAX_SUPPLY() view returns (uint256)
5000000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Sotokoto Peace Token
owner() view returns (address)
0xa69daac782d52a73401ab509b482a3991c5940b9
paused() view returns (bool)
false
symbol() view returns (string)
STKT
totalSupply() view returns (uint256)
5000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.