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 "Safecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15584883 | 2 years ago | | | 0 | 0.00082283818 | |
| 15288555 | 2 years ago | | | 0 | 0.00024644168 | |
| 15288440 | 2 years ago | | | 0 | 0.0013435000 | |
| 14736365 | 3 years ago | | | 0 | 0.0013834499 | |
| 14736361 | 3 years ago | | | 0 | 0.0015925316 | |
| 14735969 | 3 years ago | | | 0 | 0.0014656000 | |
| 14735945 | 3 years ago | | | 0 | 0.0021500800 | |
| 14415317 | 3 years ago | | | 0 | 0.0013447425 | |
| 14414920 | 3 years ago | | | 0 | 0.0021500800 | |
| 14347985 | 3 years ago | | | 0 | 0.0026876000 |
ABI
ABI objects
Getter at block 21299858
DOMAIN_SEPARATOR() view returns (bytes32)
0x0f541028766e170eded6229617e33645bd36d21093a8f8ebc126bc8d1aeac7b3
decimals() view returns (uint8)
18
name() view returns (string)
Safecoin
owner() view returns (address)
0xb42969de03d9b6e3e8e28f98ed7e94f231dfa2b9
paused() view returns (bool)
false
symbol() view returns (string)
SAFE
totalSupply() view returns (uint256)
360000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) 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 to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.