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 "SDCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230781 | 9 days ago | | | 0 | 0.00057287484 | |
| 20531585 | 3 months ago | | | 0 | 0.00014593974 | |
| 20531580 | 3 months ago | | | 0 | 0.00025438143 | |
| 19847348 | 7 months ago | | | 0 | 0.00024963568 | |
| 19847327 | 7 months ago | | | 0 | 0.00031272198 | |
| 18729399 | a year ago | | | 0 | 0.0021319566 | |
| 18636629 | a year ago | | | 0 | 0.0010223220 | |
| 17435771 | a year ago | | | 0 | 0.0010249999 | |
| 16525837 | 2 years ago | | | 0 | 0.00052009025 | |
| 16391959 | 2 years ago | | | 0 | 0.0010793083 |
ABI
ABI objects
Getter at block 21293757
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
SDCOIN
owner() view returns (address)
0xad532cf6ae251355db7fa03fed07c087866080ea
paused() view returns (bool)
false
symbol() view returns (string)
SDC
totalSupply() view returns (uint256)
3500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.