Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAFU | ERC-20 | 5.7M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20464837 | 3 months ago | | | 0 | 0.00014295725 | |
| 19229622 | 9 months ago | | | 0 | 0.00076804563 | |
| 19112749 | 9 months ago | | | 0 | 0.0011480562 | |
| 19102002 | 10 months ago | | | 0 | 0.00033459169 | |
| 18955274 | 10 months ago | | | 0 | 0.0016058826 | |
| 18468267 | a year ago | | | 0 | 0.00087149951 | |
| 18457030 | a year ago | | | 0 | 0.00086698853 | |
| 18426830 | a year ago | | | 0 | 0.00068435391 | |
| 17902412 | a year ago | | | 0 | 0.00070333249 | |
| 17388475 | a year ago | | | 0 | 0.00094539685 |
ABI
ABI objects
Getter at block 21173176
DOMAIN_SEPARATOR() view returns (bytes32)
0xc292655b0cfb1a92d743ea662b1ab3345c0225f7ba2e7813c8611c8e9988f1ac
decimals() view returns (uint8)
18
name() view returns (string)
Safuchain
owner() view returns (address)
0xcbb8e16d998161adb20465830107ca298995f371
symbol() view returns (string)
SAFU
totalSupply() view returns (uint256)
17482211396050000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _account, uint256 _projectId) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
totalSupply(uint256 _projectId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approve(uint256 _projectId, address _spender, uint256 _amount)
burn(uint256 _projectId, address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _projectId, address _account, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transfer(uint256 _projectId, address _to, uint256 _amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFrom(uint256 _projectId, address _from, address _to, uint256 _amount)
transferOwnership(address newOwner)
transferOwnership(uint256 _projectId, address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.