RicemillSwap
Verified contract
Active on
Ethereum with 89 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 "RicemillSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11657041 | 4 years ago | | | 0 | 0.0033712080 | |
| 11654424 | 4 years ago | | | 0 | 0.0051455280 | |
| 11410208 | 4 years ago | | | 0 | 0.0030651000 | |
| 11378257 | 4 years ago | | | 0 | 0.0012260400 | |
| 11327593 | 4 years ago | | | 0 | 0.0027058380 | |
| 11327550 | 4 years ago | | | 0 | 0.0030140150 | |
| 11318254 | 4 years ago | | | 0 | 0.0053229600 | |
| 11318246 | 4 years ago | | | 0 | 0.0052941600 | |
| 11285983 | 4 years ago | | | 0 | 0.0011976660 | |
| 11285882 | 4 years ago | | | 0 | 0.0018901450 |
ABI
ABI objects
Getter at block 21281210
aAmt() view returns (uint256)
0
aCap() view returns (uint256)
0
aTot() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
RicemillSwap
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeed2701178e75b6007ddadf21ce1651d5913c3cf
sCap() view returns (uint256)
0
sPrice() view returns (uint256)
0
sTot() view returns (uint256)
0
symbol() view returns (string)
SEED
totalSupply() view returns (uint256)
40000000000000000000000
viewAirdrop() view returns (uint256 DropCap, uint256 DropCount, uint256 DropAmount)
(DropCap=0, DropCount=0, DropAmount=0)
viewSale() view returns (uint256 SaleCap, uint256 SaleCount, uint256 SalePrice)
(SaleCap=0, SaleCount=0, SalePrice=0)
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
clearETH()
getAirdrop() returns (bool success)
startAirdrop(uint256 _aAmt, uint256 _aCap)
startSale(uint256 _sPrice, uint256 _sCap)
tokenSale() payable returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.